U
Urs Vogel
Hi
I need to detect wether an event handler has been added to an (Word object
Quit) event.
Question 1: How do I look up the event handler queue of an event, either
native .Net or COM interop?
Question 2: Does the AddHandler function add the handler mutliple times, or
does it automatically overwrite previously attached handlers? If the latter
is the case, the problem would be solved, but I couldn't find any comments
in MSDN regarding this issue.
Any hints are appreciated.
Thanks, Urs
I need to detect wether an event handler has been added to an (Word object
Quit) event.
Question 1: How do I look up the event handler queue of an event, either
native .Net or COM interop?
Question 2: Does the AddHandler function add the handler mutliple times, or
does it automatically overwrite previously attached handlers? If the latter
is the case, the problem would be solved, but I couldn't find any comments
in MSDN regarding this issue.
Any hints are appreciated.
Thanks, Urs