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.
 

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