New to Telerik UI for WPFStart a free 30-day trial

Represents the selection range changing event arguments.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class SelectionRangeChangingEventArgs : RadCancelEventArgs

Inheritance: objectSelectionRangeChangingEventArgs

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; }
Property Value:

The cell index of the new active cell.

NewRange

CellRange

Gets the new range.

C#
public CellRange NewRange { get; }
Property Value:

The new range.

Gets the cell index of the old active cell.

C#
public CellIndex OldActiveCellIndex { get; }
Property Value:

The cell index of the old active cell.

OldRange

CellRange

Gets the old range.

C#
public CellRange OldRange { get; }
Property Value:

The old range.