TdxCustomOrgChart.OnDeletion Event
In This Article
#Declaration
Delphi
property OnDeletion: TdxOcEvent read; write;
#Remarks
Handle this event to respond to deleting 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 deleted node.
See Also