SettingChangingEventArgs
Provides data for the SettingChanging event.
Gets the new value being assigned to the application settings property.
Gets the application settings property category.
Gets the application settings key associated with the property.
Gets the name of the application setting associated with the application settings property.
public SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel)
Initializes an instance of the SettingChangingEventArgs class.