SettingsSavingEventHandler public sealed delegate SettingsSavingEventHandler : MulticastDelegate Represents the method that will handle the SettingsSaving event. Documentation Code public SettingsSavingEventHandler(object object, IntPtr method) public virtual IAsyncResult BeginInvoke(object sender, CancelEventArgs e, AsyncCallback callback, object object) public virtual void EndInvoke(IAsyncResult result) public virtual void Invoke(object sender, CancelEventArgs e)