Class Slider.ValueChangedEventArgs
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class Slider.ValueChangedEventArgs : EventArgs
- Inheritance
-
Slider.ValueChangedEventArgs
- Inherited Members
Constructors
ValueChangedEventArgs(double)
public ValueChangedEventArgs(double newIndex)
Parameters
newIndexdouble
Fields
Value
public readonly double Value