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

BootstrapClientRangeSelector.ValueChanged Event

Fires after the selected range has been changed by moving one of the sliders.

Declaration

ValueChanged: ASPxClientEvent<BootstrapClientRangeSelectorValueChangedEventHandler<BootstrapClientRangeSelector>>

Event Data

The ValueChanged event's data class is BootstrapClientRangeSelectorValueChangedEventArgs. 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.
previousValue The previous value of a RangeSelector control.
value The value currently specified for the RangeSelector control.
See Also