TdxBarTreeViewCombo.OnExpanded Event
In This Article
Occurs after a dropdown tree node has been expanded.
#Declaration
Delphi
property OnExpanded: TTVExpandedEvent read; write;
#Remarks
This event is similar to the TTreeView OnExpanded event.
See Also