6 important uses of Delegates and Events

Posted on Code Project See other posts from Code Project
Published on Wed, 02 Jun 2010 14:58:00 GMT Indexed on 2010/06/02 15:05 UTC
Read the original article Hit count: 212

Filed under:
6 important uses of Delegates and Events

© Code Project or respective owner

6 important uses of Delegates and Events

Posted on C# Corner See other posts from C# Corner
Published on 6/2/2010 11:04:48 AM Indexed on 2010/06/02 21:05 UTC
Read the original article Hit count: 212

Filed under:
In this article we will first try to understand what problem delegate solves, we will then create a simple delegate and try to solve the problem. Next we will try to understand the concept of multicast delegates and how events help to encapsulate delegates. Finally we understand the difference between events and delegates and also understand how to do invoke delegates asynchronously.

© C# Corner or respective owner