SliderChangeEventArgs
12 Sep 20251 minute to read
It is used to denote the Slider Change/Changed Event arguments.
Properties
action string
It is used to get the action applied on the Slider.
isInteracted boolean
It is used to check whether the event triggered is via user or programmatic way.
previousValue number|number[]
It is used to get the previous value of the Slider.
text string
It is used to get the current text or formatted text of the Slider, which is placed in tooltip.
value number|number[]
It is used to get the current value of the Slider.