Click here to Skip to main content
15,880,967 members
Articles / Programming Languages / C#

Understanding Delegates and Events in C#.Net

Delegates If you know C or C++, it would be more convenient to understand Delegate. A delegate in C# is similar to a function pointer in C or C++. Delegate contains or points to the address of a method which can be invoked by using the delegate. There is an important point to note here […]
Only logged in members can view this content

Please go to the C# Table of Contents to view the list of available articles in this section.
Closed because this item is a copy of an existing article and does not provide adequate reference to the original. Reported by Dave Kreskowiak, Richard Deeming, Kornfeld Eliyahu Peter, André Kraak, OriginalGriff on Wednesday, March 26, 2014 3:48am