ExpandoObject.INotifyPropertyChanged.PropertyChanged Event
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Occurs when a property value changes.
Namespace: System.Dynamic
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Private Event PropertyChanged As PropertyChangedEventHandler
Implements INotifyPropertyChanged.PropertyChanged
event PropertyChangedEventHandler INotifyPropertyChanged.PropertyChanged
Implements
Remarks
The event can indicate all properties on the object have changed by using either nulla null reference (Nothing in Visual Basic) or String.Empty as the property name in the PropertyChangedEventArgs.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.