SettingsSavingEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the SettingsSaving event.
Assembly: System (in System.dll)
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
Available since 2.0
Show: