Skip to main content

TdxCustomOrgChart.OnEditing Event

Occurs before the node editing.

Declaration

property OnEditing: TdxOcAllowEvent read; write;

Remarks

Set the Allow parameter to False in the OnEditing event handler to prevent an end-user from activating an in-place editor.

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 node, which is about to be edited.

See Also