, IS . - , "" , , "" , , ( s), , ( ).
An event is a delegate with a certain signature, in particular, one that returns nothing (returns void) and takes two parameters - a System.object object to store a reference to any object that triggers the event, and an instance of any type obtained from System.EventArgs, to store any other data that the event should transfer from it from the initialtor to the handler.
source
share