Handling Events in c# .NET

added by w3mentor
6/1/2010 2:36:29 PM

148 Views

To handle an event you need to subscribe to it by providing an event handler method whose return type and parameters match that of the delegate specified for use with the event.


0 comments