Creating Event Handlers in Windows Forms

An event handler is a procedure in your code that determines what actions are performed when an event occurs, such as when the user clicks a button or a message queue receives a message. When an event is raised, the event handler or handlers that receive the event are executed. Events can be assigned to multiple handlers, and the methods that handle particular events can be changed dynamically. You can also use the Windows Forms Designer to create event handlers. For more information, see Windows Forms Designer and Windows Forms Designer and Windows Forms Designer and Windows Forms Designer..

In This Section

Topic Location
How to: Create Default Event Handlers on the Windows Forms Designer Windows Forms Programming
How to: Create Event Handlers Using the Designer Windows Forms Programming
How to: Create Default Event Handlers on the Windows Forms Designer Windows Forms Programming
How to: Create Event Handlers Using the Designer Windows Forms Programming
How to: Create Default Event Handlers on the Windows Forms Designer Windows Forms Programming
How to: Create Event Handlers Using the Designer Windows Forms Programming
How to: Create Default Event Handlers on the Windows Forms Designer Windows Forms Programming
How to: Create Event Handlers Using the Designer Windows Forms Programming
Topic Location
Events Sample C# Sample Applications