MobileSlider.ValueChanged

From Xojo Documentation

Event


MobileSlider.ValueChanged()

Supported on Mobile.

Called when Value is changed.

Sample Code

Update a Label with the value of the Slider as it changes:

MyLabel.Text = Me.Value.ToString