Skip to main content

ValueChangedEventArgs Class

Namespace: GHIElectronics.TinyCLR.UI.Controls · Assembly: GHIElectronics.TinyCLR.UI

No description available.

public sealed class ValueChangedEventArgs : EventArgs

Constructors

ValueChangedEventArgs(double value)

public ValueChangedEventArgs(double value)

No description available.

ParameterTypeDescription
valuedouble

Properties

Value

public double Value { get; }

Current needle position. Only this property doesn't dirty the background — the pointer is repainted every frame. (inherited)