Class ValueChangingEventArgs
Inheritance
System.Object
ValueChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Grids.ScrollAxis
Assembly: Syncfusion.GridCommon.WinUI.dll
Syntax
public sealed class ValueChangingEventArgs : EventArgs
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
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
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. |