TcxCustomShellTreeView.OnCollapsed Event
Occurs after the shell tree view node is collapsed.
Declaration
property OnCollapsed: TTVExpandedEvent read; write;
Remarks
Write an OnCollapsed
event handler to perform specific actions after a specific node collapses. The Node
parameter specifies the collapsed node.
You can handle the OnCollapsing event to prevent a node from collapsing. Handle the OnExpanded and OnExpanding events to respond to the nodes’ expanding.
See Also