Tuesday, August 15, 2006

Events and Delegates

As I've been learning C#, one of the things that has confused me is the Event construct. I understand Delegates as type-safe method pointers, and I saw Events as something related to Delegates, but I wasn't sure of the significance of the distinction. This article does a great job of explaining the difference, at least in a way that I now understand, and I had not seen elsewhere. I highly recommend it for anyone working in C# to read.

No comments: