INotifyPropertyChanged.PropertyChanged Event
Collapse the table of content
Expand the table of content

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)

'Declaration
Private Event PropertyChanged As PropertyChangedEventHandler
	Implements INotifyPropertyChanged.PropertyChanged

Implements

INotifyPropertyChanged.PropertyChanged

The event can indicate all properties on the object have changed by using either Nothing or String.Empty as the property name in the PropertyChangedEventArgs.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft