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