ApplicationSettingsBase Events
.NET Framework 4
The ApplicationSettingsBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
PropertyChanged | Occurs after the value of an application settings property is changed. |
|
SettingChanging | Occurs before the value of an application settings property is changed. |
|
SettingsLoaded | Occurs after the application settings are retrieved from storage. |
|
SettingsSaving | Occurs before values are saved to the data store. |