.NET Framework Class Library for Silverlight
INotifyPropertyChanged.PropertyChanged Event
Occurs when a property value changes.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Syntax
Visual Basic (Declaration)
Event PropertyChanged As PropertyChangedEventHandler
C#
event PropertyChangedEventHandler PropertyChanged
Remarks
The PropertyChanged event can indicate that all properties on the object have changed by using either Nothing or String.Empty for the PropertyName property of the PropertyChangedEventArgs.
In data binding, raise PropertyChanged on the data source to cause updates to propagate to the target.
Version Information
Silverlight
Supported in: 5, 4, 3Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also
