AfterMoveRow Event

Fired after a row is moved by dragging on the header.

Syntax

Public Event AfterMoveRow As AfterMoveRowEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
Row The index of the row that was moved.
Position The new position of the row.

Remarks

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.

See Also

AllowUserReorder Property , BeforeMoveRow Event