Share via


INotifyPropertyChanged.PropertyChanged Event

Occurs when a property value changes.

Syntax

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

Remarks

Requirements

Namespace: WindowsPreview.Data

Metadata: windowspreview.data.winmd

See also

Reference

INotifyPropertyChanged Interface
WindowsPreview.Data Namespace