Class PositionChangingEventArgs
Represents the position changing event arguments.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class PositionChangingEventArgs : RadCancelEventArgs
Constructors
PositionChangingEventArgs()
Initializes a new instance of the PositionChangingEventArgs class.
Declaration
public PositionChangingEventArgs()
Properties
NewCellIndex
Gets the new cell index of the position.
Declaration
public CellIndex NewCellIndex { get; }
Property Value
CellIndex
The new cell index of the position. |
OldCellIndex
Gets the old cell index of the position.
Declaration
public CellIndex OldCellIndex { get; }
Property Value
CellIndex
The old cell index of the position. |