browse by tag: event in language
sort by
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