PPT 2007: Capture Events

  • Thread starter Thread starter Girish
  • Start date Start date
G

Girish

Hi,

We are trying to create a PPT 2007 Addin, where in we want to capture some
events on PieChart. How do we do it in VB.NET.

Example of functionality is when we are resizing the pie chart, we should
receive the event so that we can take further action on it like not allowing
resizing beyond certain size.

Any quick help will be appreciated.

Thanks,
Vinayak
 
AFAIK you cannot trap an event when a chart is resized.

Maybe you could use the windowselection change event to
A determine the chart was selected
B On the next selection check back to see if the chart has been "oversized"
and put it back to the permitted max.
 
Back
Top