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