ExpandoObject.INotifyPropertyChanged.PropertyChanged Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when a property value changes.
Assembly: System.Core (in System.Core.dll)
'Declaration Private Event PropertyChanged As PropertyChangedEventHandler Implements INotifyPropertyChanged.PropertyChanged
Implements
INotifyPropertyChanged.PropertyChangedThe event can indicate all properties on the object have changed by using either Nothing or String.Empty as the property name in the PropertyChangedEventArgs.
Show: