PropertyChangingEventHandler Delegate
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents a method that will handle the INotifyPropertyChanging.PropertyChanging event.
Assembly: System (in System.dll)
public delegate void PropertyChangingEventHandler( Object sender, PropertyChangingEventArgs e )
Parameters
- sender
- Type: System.Object
The source of the event.
- e
- Type: System.ComponentModel.PropertyChangingEventArgs
The event data.
Show: