Class RadialSlider.ValueChangedEventArgs
Inheritance
System.Object
RadialSlider.ValueChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs(Double, Double)
Declaration
public ValueChangedEventArgs(double CurrentVlaue, double OldValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | CurrentVlaue | |
| System.Double | OldValue |
Properties
OldValue
Declaration
public double OldValue { get; }
Property Value
| Type |
|---|
| System.Double |
Value
Declaration
public double Value { get; }
Property Value
| Type |
|---|
| System.Double |