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