This post is a portion of my series on Windows Programming using C# (C Sharp). You can see all of the posts by going to http://fixbyproximity.com and clicking the “Windows Programming with C#” button at the top of the site.
- Part 6.0: Introduction
- Part 6.1: Events
- Part 6.2: Dialogs
- Part 6.3: Creating Multiple Forms
- Part 6.4: Creating Controls Programmatically
Objective:
Take a deeper look at the event system in Windows Programming
Topics:
- Introduction
- What is an Event
- Anatomy of an Event Handler
- Casting Controls
- Reusing Event Handlers