Represents the position changing event arguments.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class PositionChangingEventArgs : RadCancelEventArgs
Inheritance: objectPositionChangingEventArgs
Constructors
Initializes a new instance of the PositionChangingEventArgs class.
C#
public PositionChangingEventArgs()
Properties
NewCellIndex
CellIndex
Gets the new cell index of the position.
C#
public CellIndex NewCellIndex { get; }
The new cell index of the position.
OldCellIndex
CellIndex
Gets the old cell index of the position.
C#
public CellIndex OldCellIndex { get; }
The old cell index of the position.