System.Configuration.ApplicationSettingsBase.SettingsSaving Event

Occurs before values are saved to the data store.

Syntax

public event SettingsSavingEventHandler SettingsSaving

Remarks

The ApplicationSettingsBase.SettingsSaving event is raised by the ApplicationSettingsBase.Save method before it stores the application settings properties to their associated data store. The associated event handler can cancel this event.

Requirements

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