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