[]
Creates a new object with the SelectionChanging event arguments.
public SelectionChangingEventArgs(SpreadView view, CellRange cellRange, int currentRow, int currentColumn)
Public Sub New(view As SpreadView, cellRange As CellRange, currentRow As Integer, currentColumn As Integer)
| Type | Name | Description |
|---|---|---|
| SpreadView | view | View that contains the selection |
| CellRange | cellRange | Range of cells encompassing the selection |
| int | currentRow | Row index of the cell that contains the pointer |
| int | currentColumn | Column index of the cell that contains the pointer |