Class PositionChangingEventArgs
Represents the position changing event arguments.
Inheritance
System.Object
PositionChangingEventArgs
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class PositionChangingEventArgs : RadCancelEventArgs
Constructors
PositionChangingEventArgs()
Initializes a new instance of the Position
Declaration
public PositionChangingEventArgs()
Properties
NewCellIndex
Gets the new cell index of the position.
Declaration
public CellIndex NewCellIndex { get; }
Property Value
Telerik. The new cell index of the position. |
OldCellIndex
Gets the old cell index of the position.
Declaration
public CellIndex OldCellIndex { get; }
Property Value
Telerik. The old cell index of the position. |