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
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
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.