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