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)
'Declaration Public Delegate Sub PropertyChangingEventHandler ( _ sender As Object, _ e As PropertyChangingEventArgs _ )
Parameters
- sender
- Type: System.Object
The source of the event.
- e
- Type: System.ComponentModel.PropertyChangingEventArgs
The event data.
Show: