Skip to main content
A newer version of this page is available. .

BaseOptionChangedEventArgs Class

Provides data for the events that fire after option changes .

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v18.2.dll

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