[]
        
(Showing Draft Content)

C1.Win.FlexGrid.DragRowColEventArgs.-ctor

DragRowColEventArgs Constructor

DragRowColEventArgs(int, int, int)

Initializes a new instance of the DragRowColEventArgs class.

Declaration
public DragRowColEventArgs(int row, int col, int position)
Parameters
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.