Acts as a base class for deriving concrete wrapper classes to implement the application settings feature in Window Forms applications.
The ApplicationSettingsBase type exposes the following members.
Top
Top
Top
|
| Name | Description |
|---|
.gif) | PropertyChanged | Occurs after the value of an application settings property is changed. |
.gif) | SettingChanging | Occurs before the value of an application settings property is changed. |
.gif) | SettingsLoaded | Occurs after the application settings are retrieved from storage. |
.gif) | SettingsSaving | Occurs before values are saved to the data store. |
Top
Reference