View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kaja Kaja is offline
external usenet poster
 
Posts: 1
Default Listobject selected and Deselected event

I have created an addin with a custom task pane. A button in the custom task
pane gets the data from a web service and creates a list object and populates
the data. The number of listobjects may be one or more.

Now I want to show context specific information, in the task pane whenever a
list object is selected or deselected.

I have built this addin using VSTO Office 2007 Excel addin. As I have only
Interop listobject interface, I could not handle selected and deselected
events. But these events are part of VSTO ListObject interface. How do I
proceed now?

Thanks,
Kaja