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