Callbacks in C#

Posted by n0vic3c0d3r on Stack Overflow See other posts from Stack Overflow or by n0vic3c0d3r
Published on 2010-04-13T10:05:30Z Indexed on 2010/04/13 10:12 UTC
Read the original article Hit count: 253

Filed under:

I started coding in C# and have never had the opportunity to use callbacks though I have used delegates for event wiring. What is the real application of callbacks. I would be grateful if you could give some link that explains about callbacks in a straight forward way without C++ prerequisites.

© Stack Overflow or respective owner

Related posts about c#