Back to Devexpress

BaseOptionChangedEventArgs Class

corelibraries-devexpress-dot-utils-dot-controls.md

latest1.8 KB
Original Source

BaseOptionChangedEventArgs Class

Provides data for the events that fire after option changes .

Namespace : DevExpress.Utils.Controls

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class BaseOptionChangedEventArgs :
    EventArgs
vb
Public Class BaseOptionChangedEventArgs
    Inherits EventArgs

BaseOptionChangedEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsMapNotificationOptions.Changed
PictureEditOptionsMask.Changed
StubGlyphOptions.Changed
Office File APIRichEditNotificationOptions.Changed

Remarks

These events fire in response to option modifications. The BaseOptionChangedEventArgs class members allow you to identify the option name and its previous and current value.

Inheritance

Object EventArgs BaseOptionChangedEventArgs

See Also

BaseOptionChangedEventArgs Members

DevExpress.Utils.Controls Namespace