|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
EventHandler PatternsDumb 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.
http://msdn.microsoft.com/library/en-us/cpref/html/cpref_start.asp?frame=true
--
Show quote
HTH, Kevin Spencer Microsoft MVP Chicken Salad Surgery What You Seek Is What You Get. "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. |
|||||||||||||||||||||||