I dont think you can call a generic object with an event. In order for you to execute the event of that control is to use a specific name of the object, like Form_Activate.

But if you have a sub/function that raises that event then you can.