ClassSelectionChangingEventArgs
Class
Represents the selection changed event arguments.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class SelectionChangingEventArgs : RadCancelEventArgs
Inheritance: objectSelectionChangingEventArgs
Properties
NewActiveCellIndex
Gets the cell index of the new active cell.
Declaration
cs-api-definition
public CellIndex NewActiveCellIndex { get; }
Property Value
CellIndex
The cell index of the new active cell.
NewSelectedRanges
Gets the new selected ranges.
Declaration
cs-api-definition
public IList<CellRange> NewSelectedRanges { get; }
Property Value
IList<CellRange>
The new selected ranges.
NewSelectedShapes
Gets the new selected shapes.
Declaration
cs-api-definition
public IList<FloatingShapeBase> NewSelectedShapes { get; }
Property Value
IList<FloatingShapeBase>
The new selected shapes.