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