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
Properties
Gets the cell index of the new active cell.
C#
public CellIndex NewActiveCellIndex { get; }
The cell index of the new active cell.
NewSelectedRanges
IList<CellRange>
Gets the new selected ranges.
C#
public IList<CellRange> NewSelectedRanges { get; }
The new selected ranges.
NewSelectedShapes
IList<FloatingShapeBase>
Gets the new selected shapes.
C#
public IList<FloatingShapeBase> NewSelectedShapes { get; }
The new selected shapes.