BootstrapClientRangeSelectorValueChangedEventArgs Members
Provides data for events which concern manipulations on the selected range.Constructors
Name | Description |
---|---|
constructor(component, element, value, previousValue) | Initializes a new instance of the BootstrapClientRangeSelectorValueChangedEventArgs class with the specified settings. |
Properties
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