SliderChangeEventArgs
Interface represents the event arguments for the change
and the move
event.
Properties
isInteracted Boolean
Gets a value indicating whether the event was triggered by user interaction or from another event.
name String
Gets the name of the event.
previousValue Number Number[]
Gets the previous value of the slider.
text String
Gets the text of the slider that is shown in the tooltip.
value Number Number[]
Gets the current value of the slider.