ApplicationSettingsBase::PropertyChanged Event
.NET Framework (current version)
Occurs after the value of an application settings property is changed.
Assembly: System (in System.dll)
public: event PropertyChangedEventHandler^ PropertyChanged { virtual void add(PropertyChangedEventHandler^ value) sealed; virtual void remove(PropertyChangedEventHandler^ value) sealed; }
Implements
INotifyPropertyChanged::PropertyChangedThe PropertyChanged event is raised when a settings property is changed through the set accessor of the Item method, or for every property that is restored when a call is made to the Reload or Reset methods.
There is no corresponding PropertyChanging event for this class; instead, see the SettingChanging event.
.NET Framework
Available since 2.0
Available since 2.0
Show: