Skip to main content

TdxCustomOrgChart.OnEdited Event

Occurs after the node editing.

Declaration

property OnEdited: TdxOcGetTextEvent read; write;

Remarks

This event occurs only when the following conditions are met:

  • A node text is changed via an in-place editor;

  • An in-place editor is being closed.

To apply a custom text string instead of the pending changes, assign the string to the Text parameter in the OnEdited event handler.

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.

To address the edited node use the Node parameter.

See Also