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.
| Parameter | Type | Description |
|---|---|---|
value | double |
Properties
Value
public double Value { get; }
Current needle position. Only this property doesn't dirty the background — the pointer is repainted every frame. (inherited)