|
|
Events in C# |
An event is a variable of a delegate type A few restrictions apply compared with other variables of delegate types Events can be used for handling interactive events in graphical user interfaces |
|
There exists a generic delegate EventHandler<TEVentArgs> which is intended to be used as
the type of standard events in .NET |