TdxCustomFlowChart.OnDeletion Event
Occurs after a chart element deletion.
Declaration
property OnDeletion: TdxFcEvent read; write;
Remarks
This event allows you to respond to the chart symbols and connections deletion.
The Sender parameter specifies the flow chart control that raised the event. Use the Item parameter value to address a deleted chart symbol.
See Also