'Declaration Public Function New( _ ByVal drag As C1BaseField, _ ByVal drop As C1BaseField, _ ByVal position As C1GridViewDropPosition, _ ByVal destIndex As System.Integer _ )
public C1GridViewColumnMoveEventArgs( C1BaseField drag, C1BaseField drop, C1GridViewDropPosition position, System.int destIndex )
Parameters
- drag
- Drag source, column being dragged.
- drop
- Drop target, column on which drag source is dropped.
- position
- Position to drop relative to drop target.
- destIndex
- Index of the new position.