Class SelectionRangeChangingEventArgs
Represents the selection range changing event arguments.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SelectionRangeChangingEventArgs : RadCancelEventArgs
Constructors
SelectionRangeChangingEventArgs()
Initializes a new instance of the SelectionRangeChangingEventArgs class.
Declaration
public SelectionRangeChangingEventArgs()
Properties
NewActiveCellIndex
Gets the cell index of the new active cell.
Declaration
public CellIndex NewActiveCellIndex { get; }
Property Value
CellIndex
The cell index of the new active cell. |
NewRange
Gets the new range.
Declaration
public CellRange NewRange { get; }
Property Value
CellRange
The new range. |
OldActiveCellIndex
Gets the cell index of the old active cell.
Declaration
public CellIndex OldActiveCellIndex { get; }
Property Value
CellIndex
The cell index of the old active cell. |
OldRange
Gets the old range.
Declaration
public CellRange OldRange { get; }
Property Value
CellRange
The old range. |