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.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

Syntax

Private Event PropertyChanged As PropertyChangedEventHandler
    Implements INotifyPropertyChanged.PropertyChanged
event PropertyChangedEventHandler INotifyPropertyChanged.PropertyChanged

Implements

INotifyPropertyChanged..::.PropertyChanged

Remarks

The event can indicate all properties on the object have changed by using either nullNothingnullptra null reference (Nothing in Visual Basic) or String..::.Empty as the property name in the PropertyChangedEventArgs.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

ExpandoObject Class

System.Dynamic Namespace