Class SelectionChangingEventArgs
Represents the selection changed event arguments.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SelectionChangingEventArgs : RadCancelEventArgs
Properties
NewActiveCellIndex
Gets the cell index of the new active cell.
Declaration
public CellIndex NewActiveCellIndex { get; }
Property Value
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<CellRange>
The new selected ranges. |
NewSelectedShapes
Gets the new selected shapes.
Declaration
public IList<FloatingShapeBase> NewSelectedShapes { get; }
Property Value
System.Collections.Generic.IList<FloatingShapeBase>
The new selected shapes. |