ObservableCollection<T>::INotifyPropertyChanged::PropertyChanged Event
.NET Framework (current version)
Occurs when a property value changes.
Assembly: System (in System.dll)
private: event PropertyChangedEventHandler^ PropertyChanged { virtual void add(PropertyChangedEventHandler^ value) sealed = INotifyPropertyChanged::PropertyChanged::add; virtual void remove(PropertyChangedEventHandler^ value) sealed = INotifyPropertyChanged::PropertyChanged::remove; }
Implements
INotifyPropertyChanged::PropertyChanged
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: