- 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)
{
}
Event Handler
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment