TcxCustomTreeList.OnLayoutChanged Event
Enables you to respond to tree list updates.
Declaration
property OnLayoutChanged: TNotifyEvent read; write;
Remarks
Fires after a tree list layout has been changed (for example, the event is generated in response to node focusing, or column rearrangement).
Sender specifies the tree list.
See Also