Contents - Index - Previous - Next


OnColumnMoved event



Applies to
TProfGrid component

Declaration
property OnColumnMoved: TMovedEvent;

Description

Occurs after the position of a column changes.

Use OnColumnMoved to perform special processing when the position of a grid column changes. Columns can be moved programmatically or by user manipulation. The FromIndex parameter is the old visible index of the column, and the ToIndex parameter is the new visible index.