DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby   Site: Statistics
want to join us? register, it's easy | help

browse by tag: event in language

sort by

newest, oldest, most popular


category icon

Delegates and Events in C#

in .NET added by admin, on 18/11/2007 delegates event intermediate

This C# tutorial will teach you how to create delegates and events in C# using a practical example of creating two applications, a client and a multi-threaded server. You will learn how to fire your own custom event from a class and handle it in a different class.

comment save report