IdxTreeOwner.Collapsed(TdxTreeCustomNode) Method
Ensures that specific actions are performed after a node has been collapsed.
Declaration
procedure Collapsed(ASender: TdxTreeCustomNode);
Parameters
| Name | Type |
|---|---|
| ASender | TdxTreeCustomNode |
Remarks
In the base implementation, the method is called by the node’s Expanded property setter.
ASender specifies the node that has been collapsed.
See Also