BaseOptionChangedEventArgs Class
In This Article
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
#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.
See Also