Back to Devexpress

DataViewBase.PropertyChanged Event

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-08e1ea08.md

latest1.4 KB
Original Source

DataViewBase.PropertyChanged Event

Occurs every time the DataViewBase.FocusedView property has changed its value.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public event PropertyChangedEventHandler PropertyChanged
vb
Public Event PropertyChanged As PropertyChangedEventHandler

Event Data

The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
PropertyNameGets the name of the property that changed.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace