How do I know which EventArgs to use? Is there a list?

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

When making my own events I follow the (sender as object, e as
eventargs) principle. Often I require my own custom eventargs, but
then a lot of the time I am convinced there must be one already
available for me to use.

For example I require an eventargs that has a property for an
exception that I want to pass. How can I find out which eventargs to
use? I need some kind of explorer where I can type in an object type
and it will tell me all the eventargs that contain a property of that
type.

Any suggestions?
Thanks
Kevin
 
Back
Top