ValueChangedEventHandler Delegate
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls
Represents the method that handles the slider's value-changed event.
public delegate void ValueChangedEventHandler(object sender, ValueChangedEventArgs args);