chartlistbox1_RemovedSeries
Posted: Sat Feb 23, 2008 4:16 pm
I am allowing a user to delete a series from the chartlistbox control but I would like to know which series is being deleted (series index or the selected index that the delete key was pressed on). I was thinking that the RemovedSeries event would tell me which series was being removed. However, when I look in the event handler I could not determine this. The selected index is -1.
How can I tell which series index is being deleted?
It looks like removedseries is called before the actual remove becuase the list still has the series in it. Is this true?
How can I tell which series index is being deleted?
It looks like removedseries is called before the actual remove becuase the list still has the series in it. Is this true?