You had me at "Hello World"

Programming, Love at First Sight

September, 2009

Posts
  • You had me at "Hello World"

    Attaching an Event Handler

    • 0 Comments
    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...
Page 1 of 1 (1 items)