Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that will handle the PropertyChanged event raised when a property is changed on a component.
Syntax
public delegate void PropertyChangedEventHandler(
Object^ sender,
PropertyChangedEventArgs^ e
)
public delegate void PropertyChangedEventHandler (
Objectsender,
PropertyChangedEventArgse
)
var propertyChangedEventHandler = function (sender, e) {
/* Your code */
}
Parameters
sender
[C++]
[C#]
[JavaScript]Type: Object
Type: Object
Type: ObjectThe source of the event.
e
Type: PropertyChangedEventArgs
A PropertyChangedEventArgs that contains the event data.
Requirements
Namespace: WindowsPreview.Data
Metadata: windowspreview.data.winmd