BootstrapClientRangeSelectorValueChangedEventArgs Properties
Provides data for events which concern manipulations on the selected range.| Name | 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