TcxCustomTreeList.OnColumnPosChanged Event
In This Article
Enables you to respond to end-user changes made to a column’s visibility or position within the tree list.
#Declaration
Delphi
property OnColumnPosChanged: TcxTreeListColumnChangedEvent read; write;
#Remarks
Sender specifies the tree list.
AColumn specifies the column whose visibility or position has been changed by an end-user.
Note
The On
See Also