Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • 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