DataRowView::PropertyChanged Event
.NET Framework (current version)
Event that is raised when a DataRowView property is changed.
Assembly: System.Data (in System.Data.dll)
public: event PropertyChangedEventHandler^ PropertyChanged { virtual void add(PropertyChangedEventHandler^ value) sealed; virtual void remove(PropertyChangedEventHandler^ value) sealed; }
Implements
INotifyPropertyChanged::PropertyChangedThis event fires when the column value associated with the DataRowView changes. This change does not cause the associated index position of the DataRowView to be changed.
.NET Framework
Available since 2.0
Available since 2.0
Show: