ApplicationSettingsBase
Acts as a base class for deriving concrete wrapper classes to implement the application settings feature in Window Forms applications.
Gets or sets the settings key for the application settings group.
Occurs after the value of an application settings property is changed.
Occurs before the value of an application settings property is changed.
Occurs after the application settings are retrieved from storage.
Occurs before values are saved to the data store.
protected ApplicationSettingsBase()
Initializes an instance of the ApplicationSettingsBase class to its default state.
Initializes an instance of the ApplicationSettingsBase class using the supplied owner component.
Initializes an instance of the ApplicationSettingsBase class using the supplied settings key.
Initializes an instance of the ApplicationSettingsBase class using the supplied owner component and settings key.
Returns the value of the named settings property for the previous version of the same application.
Raises the PropertyChanged event.
Raises the SettingChanging event.
Raises the SettingsLoaded event.
Raises the SettingsSaving event.
Refreshes the application settings property values from persistent storage.
Restores the persisted application settings values to their corresponding default properties.
Updates application settings to reflect a more recent installation of the application.