Skip to main content

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 ASPxClientEventArgs.

Remarks

The ValueChanged event fires based on the ValueChangeMode property value. The property accepts the following RangeSelectorSliderValueChangeMode enumeration options:

OnHandleMovenMoving
The event fires whenever a user drags a slider handle.
OnHandleRelease
The event fires once a user drops a slider handle.
See Also