Lecture overview -- Keyboard shortcut: 'u'  Previous page: Events [Section] -- Keyboard shortcut: 'p'  Next page: Events in C# -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Operators, Delegates, and Events - slide 12 : 20

Events

In a program, an event contains some actions that must be carried out when the event is triggered

Inversion of control

Don't call us - we call you