Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataRowView::PropertyChanged Event

 

Event that is raised when a DataRowView property is changed.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
event PropertyChangedEventHandler^ PropertyChanged {
	virtual void add(PropertyChangedEventHandler^ value) sealed;
	virtual void remove(PropertyChangedEventHandler^ value) sealed;
}

This 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
Return to top
Show:
© 2017 Microsoft