Represents the method that will handle the ApplicationSettingsBase.SettingChanging event.
- sender
- Documentation for this section has not yet been entered.
- e
- Documentation for this section has not yet been entered.
The ApplicationSettingsBase.SettingChanging event occurs before the value of an application settings property is changed, typically through a call to the ApplicationSettingsBase.Item(string) method. ApplicationSettingsBase.SettingChanging can be canceled through the System.Configuration.SettingChangingEventArgs event data class.