Welcome to MSDN Blogs Sign in | Join | Help

September 2009 - Posts

Attaching an Event Handler

Whenever I need to attach an event handler, usually I use one of these methods, a delegate, anonymous method, or lambda expression. For complex events (more than 3 lines of code), I create a separate method. If the method is short, I use anonymous method.
Posted by HelloWorld | 0 Comments
Filed under:
 
Page view tracker