INotifyPropertyChanged.PropertyChanged Event
.NET Framework 4.5
Occurs when a property value changes.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
The PropertyChanged event can indicate all properties on the object have changed by using either null or String.Empty as the property name in the PropertyChangedEventArgs.
The following code example demonstrates how to implement the PropertyChanged event of the INotifyPropertyChanged interface.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.