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.

INotifyPropertyChanging::PropertyChanging Event

 

Occurs when a property value is changing.

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

event PropertyChangingEventHandler^ PropertyChanging {
	void add(PropertyChangingEventHandler^ value);
	void remove(PropertyChangingEventHandler^ value);
}

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 5.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: