System.Configuration.SettingChangingEventHandler Delegate

Represents the method that will handle the ApplicationSettingsBase.SettingChanging event.

Syntax

public delegate void SettingChangingEventHandler (object sender, SettingChangingEventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0