[]
Initializes a new instance of the DragRowColEventArgs class.
public DragRowColEventArgs(int row, int col, int position)
Type | Name | Description |
---|---|---|
int | row | The original index of the row that was dragged by the user. |
int | col | The original index of the column that was dragged by the user. |
int | position | The new index of the column or row. |