Events

This lesson will teach you about events in C# and how they're related with delegates!

We'll cover the following...

An event is a special kind of delegate that facilitates event-driven programming.

Events are class members that ...