Contents - Index - Previous - Next


OnRowMoved event



Applies to
TProfGrid component

Declaration
property OnRowMoved: TMovedEvent;

Description

Occurs after the position of a row changes.

Write an OnRowMoved event handler to provide special processing whenever a row in the grid changes position. Rows can be moved programmatically or by user manipulation. The FromIndex parameter is the old visible index of the row, and the ToIndex parameter is the new visible index.