Class ValueChangingEventArgs
Inherited Members
Namespace: Syncfusion.Windows.Controls.Scroll
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public sealed class ValueChangingEventArgs : SyncfusionCancelEventArgs
Constructors
ValueChangingEventArgs(Double, Double)
Initializes a new instance of the ValueChangingEventArgs class.
Declaration
public ValueChangingEventArgs(double newValue, double oldValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | newValue | NewValue. |
| System.Double | oldValue | OldValue. |
Properties
NewValue
Gets newValue.
Declaration
public double NewValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Double | NewValue. |
OldValue
Gets oldValue.
Declaration
public double OldValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Double | OldValue. |