I'm not sure what exactly you are trying to achieve... but you can't pass
arguments to the Event Handler (and don't need to).
The event handler automatically is passed all arguments you need. For
example, if you submit My Tasks, automatically all context info and a
ChangeXML is passed to the Event Handler. You can/should use these arguments
to do whatever you are trying to do.
Guidho