ApplicationSettingsBase.PropertyChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs after the value of an application settings property is changed.
public:
virtual event System::ComponentModel::PropertyChangedEventHandler ^ PropertyChanged;
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
member this.PropertyChanged : System.ComponentModel.PropertyChangedEventHandler
Public Custom Event PropertyChanged As PropertyChangedEventHandler
Event Type
Implements
Remarks
The 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.