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’s handler is called depending on the value specified by the BootstrapRangeSelectorBehaviorSettings.CallValueChanged property. The property accepts the following RangeSelectorCallValueChanged enumeration values:
- onMoving - the handler is called upon every move of the sliders regardless of its completion.
- onMovingChanged - the handler is called once the slider move is completed.
See Also