Skip to main content

IdxTreeOwner.Expanded(TdxTreeCustomNode) Method

Ensures that specific actions are performed after a node has been expanded.

Declaration

procedure Expanded(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 expanded.

See Also