Chapter 15. Delegates, Events, and Anonymous Methods

Although not directly related to user interaction per se, delegates and events form the fundamental building blocks upon which the GUI layer operates.

Delegates and events, in particular, are a way of decoupling various parts of your program. For example, by creating events for your components, they can signal changes in themselves, without needing to care about the interfaces of external components that are interested ...

Get C# 4.0 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.