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