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

Represents the selection changed event arguments.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class SelectionChangingEventArgs : RadCancelEventArgs

Inheritance: objectSelectionChangingEventArgs

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 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.