Events and Delegates in C#

Events and Delegates are two topics in the .NET Framework that are truly misunderstood and many times not understood at all. This post will attempt to explain what events are, how they are related to delegates, and how to use them in your code. What Are Events? Events are a way for objects in the .NET Framework or your own …