iOSSlider.ValueChanged

From Xojo Documentation

Event


iOSSlider.ValueChanged()

Supported on Mobile (iOS).

Called when CurrentValue is changed.

Sample Code

Update an iOSLabel with the value of the Slider as it changes:

MyTextField.Text = Me.Value.ToText