System.Configuration.SettingsSavingEventHandler
Represents the method that will handle the SettingsSaving event.
namespace System.Configuration
{
public delegate void SettingsSavingEventHandler (object sender, CancelEventArgs e);
}