ClassSelectionRangeChangingEventArgs
Class
Represents the selection range changing event arguments.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class SelectionRangeChangingEventArgs : RadCancelEventArgs
Inheritance: objectEventArgsRadCancelEventArgsSelectionRangeChangingEventArgs
Inherited Members
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
The cell index of the new active cell.
NewRange
Gets the new range.
Declaration
cs-api-definition
public CellRange NewRange { get; }
Property Value
The new range.
OldActiveCellIndex
Gets the cell index of the old active cell.
Declaration
cs-api-definition
public CellIndex OldActiveCellIndex { get; }
Property Value
The cell index of the old active cell.