[]
Fires after the user finishes dragging a row.
public event DragRowColEventHandler AfterDragRow
Type | Description |
---|---|
DragRowColEventHandler | Fires after the user finishes dragging a row. |
This event only fires when the user drags a row using the mouse.
It does not fire when a row is moved using the Move(int, int) method.
You can prevent specific rows from being dragged by the user by setting their AllowDragging property to false.