Problem
1. An event is a notification from the operating system that an action has occurred, such as the user clicking the mouse or pressing a key on the keyboard.
2. With Windows applications, you write methods called event handlers to indicate what should be done when an event such as a click on a button occurs.