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

Represents the selection changed event arguments.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class SelectionChangingEventArgs : RadCancelEventArgs

Inheritance: objectEventArgsRadCancelEventArgsSelectionChangingEventArgs

Inherited Members RadCancelEventArgs.Cancel()RadCancelEventArgs.CanceledEventArgs.Empty

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.

NewSelectedRanges

IList<CellRange>

Gets the new selected ranges.

C#
public IList<CellRange> NewSelectedRanges { get; }
Property Value:

The new selected ranges.

NewSelectedShapes

IList<FloatingShapeBase>

Gets the new selected shapes.

C#
public IList<FloatingShapeBase> NewSelectedShapes { get; }
Property Value:

The new selected shapes.