Example if use of delegates

  • Thread starter Thread starter gordon
  • Start date Start date
G

gordon

Hi

I am doing a C# course at the moment (2609) and I am struggling with
delegates.

I have limited understanding of their use, however I often learn by looking
at examples with a short description.

If you have a simple example of the use of a delegate that you could explain
and send to me, I would greatly appreciate it.

Although the course instructor is good, we dont have a lot of time for
detailed explanations due to the amount of material and the 5 day timeframe
for the course.

thanks

Doug
 
Hello, gordon!

g> I am doing a C# course at the moment (2609) and I am struggling with
g> delegates.

g> I have limited understanding of their use, however I often learn by
g> looking
g> at examples with a short description.

g> If you have a simple example of the use of a delegate that you could
g> explain
g> and send to me, I would greatly appreciate it.

[skipped]

Have a look at
( http://yoda.arachsys.com/csharp/events.html )
( http://www.programmersheaven.com/articles/faisal/events.htm )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top