SettingChangingEventArgs Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
Provides data for the SettingChanginghttps://msdn.microsoft.com/en-us/library/E_System_Windows_Forms_BindingSource_AddingNew.htm event.
Namespace: System.Configuration
Assembly: System (in system.dll)
Assembly: System (in system.dll)
The SettingChangingEventArgs class provides data for the SettingChanging event, which signals that the value of an application settings property is about to change. The most common source for this event is the get accessor of the Item method in the ApplicationSettingsBase class.
Because SettingChangingEventArgs is derived from CancelEventArgs, the handler has the option of canceling the write operation.
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
System.Configuration.SettingChangingEventArgs
System.EventArgs
System.ComponentModel.CancelEventArgs
System.Configuration.SettingChangingEventArgs
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: