Skip to main content
All docs
V18.2

BootstrapClientSparkline.OptionChanged Event

Declaration

OptionChanged: ASPxClientEvent<BootstrapClientSparklineOptionChangedEventHandler<BootstrapClientSparkline>>

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