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

BootstrapUIWidgetBase.OptionChanged Event

Fires after an option of the widget has been changed.

Declaration

OptionChanged: ASPxClientEvent<BootstrapUIWidgetOptionChangedEventHandler<BootstrapUIWidgetBase>>

Event Data

The OptionChanged event's data class is BootstrapUIWidgetOptionChangedEventArgs. The following properties provide information specific to this event:

Property Description
component The widget instance. Inherited from BootstrapUIWidgetEventArgsBase.
element The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase.
fullName The option’s full name.
name The option’s short name.
previousValue The option’s old value.
value The option’s new value.
See Also