B
Bingo
Quick question,
I'm new to C# and ASP.NET.
Why do the OnInit, OnPreRender and other eventhandlers in the Page class
only have (Eventargs) as the only argument?
Isn't the signature of an event handler supposed to be (object, eventArgs)?
My only guess is that these aren't being assigned via a delegate, but
confirmation would be handy.
Cheers
I'm new to C# and ASP.NET.
Why do the OnInit, OnPreRender and other eventhandlers in the Page class
only have (Eventargs) as the only argument?
Isn't the signature of an event handler supposed to be (object, eventArgs)?
My only guess is that these aren't being assigned via a delegate, but
confirmation would be handy.
Cheers