Am I missing something here or does VS still not know about the compact event wiring?
Is there an option in VS 2008 to make the IDE gen the prototype for this syntax?
myObj.SomethingHappened += MethodToInvoke;
Instead of going down the new event handler road??