EventHandler Patterns

  • Thread starter Thread starter APA
  • Start date Start date
A

APA

Dumb Question Warning:

How does one know what the eventhandler arguments are for a particular event? They aren't always
Handler(object sender, EventArgs e). Some events have event specific EventArg classes, if the .NET
sdk doesn't have a specific definition of a delegate for a particular event does that mean the above
pattern is the default?

Thanks.
 
Back
Top