Slider Events

ValueChanged

Private Sub Slider_ValueChanged()

The ValueChanged event is fired when the Sliders pointer has changed position. This is the only event the Slider control handles. In this event handler, you commonly would call the Recalculate method. In your Exec event, you would retrieve the current value of the Position property as an output.