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?
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?