function f() { Event.Add( e, 'click', handler, arguments ); } f(1, 'asd', true);
Event.Add( e, 'click', handler, {1, 'asd', true} );