Occurs when a property value changes.
public:
event PropertyChangedEventHandler^ PropertyChanged {
EventRegistrationToken add (PropertyChangedEventHandler^ value);
void remove (EventRegistrationToken token);
}
Namespace: Windows.Data
Metadata: windows.winmd
INotifyPropertyChanged Interface