Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SettingsSavingEventHandler Delegate

 

Represents the method that will handle the SettingsSaving event.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public delegate void SettingsSavingEventHandler(
	Object^ sender,
	CancelEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event, typically a data container or data-bound collection.

e
Type: System.ComponentModel::CancelEventArgs^

A CancelEventArgs that contains the event data.

The SettingsSaving event occurs just before a group of application settings are persisted, typically during the execution of the Save method of a wrapper class derived from ApplicationSettingsBase.

.NET Framework
Available since 2.0
Return to top
Show: