System.Configuration.SettingsSavingEventHandler Delegate

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

Syntax

public delegate void SettingsSavingEventHandler (object sender, System.ComponentModel.CancelEventArgs 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.SettingsSaving event occurs just before a group of application settings are persisted, typically during the execution of the ApplicationSettingsBase.Save method of a wrapper class derived from System.Configuration.ApplicationSettingsBase.

Requirements

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