Controls > Advanced Controls > Slider > Slider Events
Slider Events
ValueChanged
Invoked when the slider changes position. This is the only event the Slider control handles. In the Exec event, retrieve the current value of the Position property as an output.
JScript
function Slider_ValueChanged {};
VBscript
Slider_ValueChanged()
Was this helpful?