I\'ve written some code to handle an event as follows:
AddHandler myObject.myEvent, AddressOf myFunction
It seemed that everything was work
Either:
Don't add your handler more than once.
Attempt to remove the handler just prior to adding it.