[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Acts as a base class for deriving concrete wrapper classes to implement the application settings feature in Window Forms applications. [Property] [Methods] *doGetPreviousVersion=Returns the value of the named settings property for the previous version of the same application. ARG(string propertyName)|1|0 *doReload=Refreshes the application settings property values from persistent storage. ARG()|1|0 *doReset=Restores the persisted application settings values to their corresponding default properties. ARG()|1|0 *doSettingsKey=Sets the settings key for the application settings group. ARG(string)|1|0 *doUpgrade=Updates application settings to reflect a more recent installation of the application. ARG()|1|0 *onGetPreviousVersion=Occurs after invoke the method doGetPreviousVersion and returns the result. ARG(Object)|2|0 *onPropertyChanged=Occurs after the value of an application settings property is changed. ARG(PropertyChangedEventArgs)|2|0 *onSettingChanging=Occurs before the value of an application settings property is changed. ARG(SettingChangingEventArgs)|2|0 *onSettingsLoaded=Occurs after the application settings are retrieved from storage. ARG(SettingsLoadedEventArgs)|2|0 *onSettingsSaving=Occurs before values are saved to the data store. ARG(CancelEventArgs)|2|0 *SettingsKey=Returns the settings key for the application settings group. ARG(string)|3|2