Problem with event handlers removing

R

Roderic

Hello,

I have continuous problems with proper removing event handlers. I add event handler i.e. during
item opening using something like
Addhandler m_olContactItemWrite, AddressOf WriteUpdate
and try to remove handler using Removehandler clause in variuous places (in InspectorClose handler,
in Dispose method, etc), but it still remains, event is catched, and event handler called. How
should it be done correctly?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top