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