I\'ve written some code to handle an event as follows:
AddHandler myObject.myEvent, AddressOf myFunction
It seemed that everything was work
Save your event handler results to the database/session and then read them in again to check if event has already been handled.