ITeeListBox.OnRemovedSeries
ITeeListBox

property OnRemovedSeries: TTeeListBoxOnRemovedSeries;

Type Library
TeeChartx

Description
This event is triggered when a Series is removed from a Chart.

Removing a Series can be done clicking the "Del" key on a TeeListBox.

It can also happen when the application is removing a Series (ie: TChart1.RemoveSeries (0)), so you can use the Chart ListBox OnRemovedSeries as an informative event.