Event Handler

  • Event handler is a method that is bound to an event.
  • When an event raise, the code within the event handler is execute.
  • Each event handler provides two parameters that allow you to handle event properly.
  • The general signature of event handler is

    private void button1_click (Object sender, System.EventArgs e)

    {

    }

0 comments :

Post a Comment

> Related Posts with Thumbnails
 

Copyright © 2012. GS dot net - All Rights Reserved - Design by BTDesigner - Proudly powered by Blogger