Skip to main content

BaseOptionChangedEventArgs Class

Provides data for the events that fire after option changes .

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public class BaseOptionChangedEventArgs :
    EventArgs

#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