A newer version of this page is available.
Switch to the current version.
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
Public Class BaseOptionChangedEventArgs
Inherits 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.
See Also
Feedback