Saturday, July 21, 2007

Event

Used to specify a delegate that will be called upon the occurrence of some event in the code.


Delegate can have one or more associated methods that will be called when code indicates that event has occurred


Event in one program can be made available to another programs under CLR


When an object generates an event, it must send the event out. The way the events are dispatched is through use of delegates

No comments: