Class ValueChangingEventArgs
Inheritance
System.Object
System.EventArgs
ValueChangingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.CellGrid.ScrollAxis
Assembly: Syncfusion.Spreadsheet.Windows.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. |