I\'ve been doing this for a while, but I haven\'t noticed that I\'ve been using a new each time I remove an event handler. Am I supposed to be creating a new ob
new
The second version is equivalent to the first; it just uses a shorter syntax. This was implemented in C# 2.0