TcxCustomTreeView.OnCollapsing Event
Allows you to prevent users from collapsing nodes.
Declaration
property OnCollapsing: TTVCollapsingEvent read; write;
Remarks
The OnCollapsing
event occurs every time a node is about to collapse.
See Also