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 SelectionRangeChangingEventArgs class.
Declaration
public SelectionRangeChangingEventArgs()
Properties
NewActiveCellIndex
Gets the cell index of the new active cell.
Declaration
public CellIndex NewActiveCellIndex { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellIndex
The cell index of the new active cell. |
NewRange
Gets the new range.
Declaration
public CellRange NewRange { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellRange
The new range. |
OldActiveCellIndex
Gets the cell index of the old active cell.
Declaration
public CellIndex OldActiveCellIndex { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellIndex
The cell index of the old active cell. |
OldRange
Gets the old range.
Declaration
public CellRange OldRange { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellRange
The old range. |