Represents the method that will handle the PropertyChanged event raised when a property is changed on a component.
public delegate void PropertyChangedEventHandler(
Object^ sender,
PropertyChangedEventArgs^ e
)
sender
Type: Object
The source of the event.
e
Type: PropertyChangedEventArgs
A PropertyChangedEventArgs that contains the event data.
Namespace: Windows.Data
Metadata: windows.winmd