System.Configuration.SettingChangingEventHandler
Represents the method that will handle the SettingChanging event.
namespace System.Configuration
{
public delegate void SettingChangingEventHandler (object sender, SettingChangingEventArgs e);
}