How to handle events in the active explorer only?

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hello

My add in uses a com component which raises events,
currently I am sinking the events in the OUTADDIN class
which ensure i get only one event,
but now i want to move the events handler to the explorer wrapper object
Is there a way to ensure only one explorer handle the event?
since i am using VB i cannot control which object get the event

i wonder is it safe to set a pointer to a the COM component in the Explorer
'Activate' event
in such a ways that only the active explorer will have a pointer to the COM
component which raises events


10x
 
Why do you want to move the event handler into the Explorer wrapper classes?
Are the events Explorer specific?
 
Back
Top