Home All Groups Group Topic Archive Search About

EventHandler Patterns

Author
14 Sep 2006 7:54 PM
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.

Author
15 Sep 2006 12:48 PM
Kevin Spencer
http://msdn.microsoft.com/library/en-us/cpref/html/cpref_start.asp?frame=true

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

What You Seek Is What You Get.

Show quote
"APA" <buddy***@hotmail.com> wrote in message
news:%23pdoaeD2GHA.324@TK2MSFTNGP05.phx.gbl...
> 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.

AddThis Social Bookmark Button