Event
WebSlider.
ValueChanged()
Supported for all project types and targets.
The slider's value has changed.
Example
This code in the ValueChanged event handler displays the Slider value in a Label:
Label1.Text = "Slider value = " + Me.Value.ToString