The Settings type exposes the following members.

Events

  NameDescription
PropertyChanged
Occurs after the value of an application settings property is changed.
(Inherited from ApplicationSettingsBase.)
SettingChanging
Occurs before the value of an application settings property is changed.
(Inherited from ApplicationSettingsBase.)
SettingsLoaded
Occurs after the application settings are retrieved from storage.
(Inherited from ApplicationSettingsBase.)
SettingsSaving
Occurs before values are saved to the data store.
(Inherited from ApplicationSettingsBase.)

See Also