Notifies clients that a property value has changed.
Remarks
This interface is typically implemented by observable objects that participate in data binding scenarios.
When a property value changes, the object raises the INotifyPropertyChanged.onPropertyChanged event
to notify any bound clients of the change.
Notifies clients that a property value has changed.
Remarks
This interface is typically implemented by observable objects that participate in data binding scenarios. When a property value changes, the object raises the INotifyPropertyChanged.onPropertyChanged event to notify any bound clients of the change.
See
IPropertyChangedEventArgs