Delegates and Events in C# / .NET
Overview
Delegates
Call a Function directly - No Delegate
The very basic Delegate
Calling Static Functions
Calling Member Functions
Multicasting
Events
Conventions
Simple Event
The Second Change Event Example
Conclusion
An article