INotifyPropertyChanged.PropertyChanged Event

Occurs when a property value changes.

Syntax

public:
event PropertyChangedEventHandler^ PropertyChanged {
         EventRegistrationToken add (PropertyChangedEventHandler^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

Requirements

Namespace: Windows.Data

Metadata: windows.winmd

See also

Reference

INotifyPropertyChanged Interface

INotifyPropertyChanged Members

Windows.Data Namespace