Represents the selection range changing event arguments.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class SelectionRangeChangingEventArgs : RadCancelEventArgs
Inheritance: objectSelectionRangeChangingEventArgs
Constructors
Initializes a new instance of the SelectionRangeChangingEventArgs class.
C#
public SelectionRangeChangingEventArgs()
Properties
NewActiveCellIndex
CellIndex
Gets the cell index of the new active cell.
C#
public CellIndex NewActiveCellIndex { get; }
The cell index of the new active cell.
NewRange
CellRange
Gets the new range.
C#
public CellRange NewRange { get; }
The new range.
OldActiveCellIndex
CellIndex
Gets the cell index of the old active cell.
C#
public CellIndex OldActiveCellIndex { get; }
The cell index of the old active cell.
OldRange
CellRange
Gets the old range.
C#
public CellRange OldRange { get; }
The old range.