ApplicationSettingsBase Events
.NET Framework 3.0
| 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. |