|
Visual C# 2005: Delegates and Events, describes how to use delegates to handle callbacks into code. This course also covers how delegates implement the .NET event handling mechanism, and dynamically adding and removing delegates to perform custom event handling.
Objectives:
- Create and use delegate objects
- Create anonymous delegates
- Use delegate objects to implement custom event handling
Topics:
- Introduction to Delegates
- Anonymous Delegates and Events
|