TcxCustomTreeList.OnDataChanged Event
In This Article
Enables you to perform specific actions after the data has been posted to a data store.
#Declaration
Delphi
property OnDataChanged: TNotifyEvent read; write;
#Remarks
Sender specifies the tree list.
See Also