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.Windows.Documents.Spreadsheet.Model.CellIndex
The cell index of the new active cell. |
NewSelectedRanges
Gets the new selected ranges.
Declaration
public IList<CellRange> NewSelectedRanges { get; }
Property Value
System.Collections.Generic.IList<Telerik.Windows.Documents.Spreadsheet.Model.CellRange>
The new selected ranges. |
NewSelectedShapes
Gets the new selected shapes.
Declaration
public IList<FloatingShapeBase> NewSelectedShapes { get; }
Property Value
System.Collections.Generic.IList<Telerik.Windows.Documents.Spreadsheet.Model.Shapes.FloatingShapeBase>
The new selected shapes. |