Fired after a row is moved by dragging on the header.
Public Event AfterMoveRow As AfterMoveRowEventHandler
Grid Object
The following parameters are available:
Parameter | Description |
Row | The index of the row that was moved. |
Position | The new position of the row. |
The user may move rows and columns using the mouse, depending on the setting of the AllowUserReorder property.
To prevent the user from moving certain rows to certain positions, use the BeforeMoveRow event instead.