View Single Post
  #1   Report Post  
 
Posts: n/a
Default Is there some way (event) to know when an embedded chart is deleted?

I am looking for a way to trap the case when an embedded chart is
deleted. I already have a chart Event class setup and am currently
handling Calculate events. I just need to know which event to trap on
a chart delete so that I can "disconnect" some things behind the scenes
that still think a chart is out there, when, in fact, it has been
deleted. Thanks in advance for any help.

Roy