Skip to main content

TdxCustomOrgChart.OnChange Event

Occurs after changing the node selection.

Declaration

property OnChange: TdxOcEvent read; write;

Remarks

This event allows you to respond to changing the node selection.

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 value to address a newly selected node.

See Also