ClassPositionChangingEventArgs
Class
Represents the position changing event arguments.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class PositionChangingEventArgs : RadCancelEventArgs
Inheritance: objectEventArgsRadCancelEventArgsPositionChangingEventArgs
Inherited Members
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
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
The old cell index of the position.