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 PositionChangingEventArgs class.
Declaration
public PositionChangingEventArgs()
Properties
NewCellIndex
Gets the new cell index of the position.
Declaration
public CellIndex NewCellIndex { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellIndex
The new cell index of the position. |
OldCellIndex
Gets the old cell index of the position.
Declaration
public CellIndex OldCellIndex { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellIndex
The old cell index of the position. |