Lecture overview -- Keyboard shortcut: 'u'  Previous page: Events -- Keyboard shortcut: 'p'  Next page: Examples of events -- 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    Data Access and Operations - slide 39 : 45

Events in C#

An event is a variable of a delegate type

A few restrictions apply compared with other variables of delegate types

Events can be used for handling interactive events in graphical user interfaces

There exists a generic delegate EventHandler<TEVentArgs> which is intended to be used as the type of standard events in .NET