Event handler ?

  • Thread starter Thread starter John S
  • Start date Start date
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
 
Back
Top