Skip to main content

TdxCustomOrgChart.OnCreateNode Event

Occurs after the node creation.

Declaration

property OnCreateNode: TdxOcEvent read; write;

Remarks

Handle this event to respond to creating a node.

The Sender parameter specifies the control that raised the event. Cast the parameter value to the TdxOrgChart or TdxDbOrgChart class to access the type-specific members.

Use the Node parameter to address a newly created node.

Calling the following functions raises the OnCreateNode event:

See Also