"J. Daniel Smith" <j_daniel_smith@HoTMaiL.com> wrote in message news:a8d5d1$2fic$1@digitaldaemon.com...

Here's some C++ code snippets to demonstrate how delegates/events work in C#.  Note that C# borrows heavily for Java: there are no global functions, everything is in some class.

 

But C# allows static member functions (which are essentially the same as globals) to be used as delegates.