PropertyChangedEventHandler Delegate

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
)

Parameters

sender
[C++] 
[C#] 
[JavaScript] 
Type: Object
Type: Object
Type: Object
 
The source of the event.
e
Type: PropertyChangedEventArgs
A PropertyChangedEventArgs that contains the event data.

Namespace: WindowsPreview.Data
Metadata: windowspreview.data.winmd

Community Additions

ADD
Show: