TcxCustomTreeList.OnSorted Event
In This Article
Enables you to perform specific actions after node sorting is complete.
#Declaration
Delphi
property OnSorted: TNotifyEvent read; write;
#Remarks
Sender specifies the tree list.
See Also