TcxCustomTreeList.OnSorting Event
In This Article
Enables you to perform specific actions when sorting nodes.
#Declaration
Delphi
property OnSorting: TNotifyEvent read; write;
#Remarks
Sender specifies the tree list.
See Also