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

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 RadCancelEventArgs.Cancel()RadCancelEventArgs.CanceledEventArgs.Empty

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.

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.

Gets the old range.

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

The old range.