Event handler ?

  • Thread starter Thread starter John S
  • Start date Start date
J

John S

Can anyone explain why an event handler is better than an event calling a
method?
 
John said:
Can anyone explain why an event handler is better than an event calling a
method?

An event handler *is* an event calling a method. In the case of .NET
though, an event can call many methods (multicast), if many different
things are interested in an occurring event.

David Logan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top