Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • constructor(component, element, value, previousValue) Constructor

    Initializes a new instance of the BootstrapClientRangeSelectorValueChangedEventArgs class with the specified settings.

    Declaration

    constructor(
        component: any,
        element: any,
        value: any,
        previousValue: any
    )

    Parameters

    Name Type Description
    component any

    The widget’s instance.

    element any

    The widget’s container.

    value any

    Two values that represent the new start and end values.

    previousValue any

    Two values that represent the old start and end values.

    Remarks

    The ValueChanged event can be fired when an end-user moves a slider or after he has stopped moving it. To specify the required mode, use the BootstrapRangeSelectorBehaviorSettings.CallValueChanged option.

    See Also