Skip to main content

TdxCustomOrgChart.OnChange Event

Occurs in response to a node selection change.

Declaration

property OnChange: TdxOcEvent read; write;

Remarks

The OnChange event allows you to respond a node selection change.

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

Use the Node parameter value to address a newly selected node.

See Also