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