PropertyChangedEventHandler Delegate

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
)  

Parameters

sender
Type: Object 

 The source of the event.

e
Type: PropertyChangedEventArgs 

A PropertyChangedEventArgs that contains the event data.

Requirements

Namespace: Windows.Data

Metadata: windows.winmd

See also

Reference

Windows.Data Namespace