Hi all,
I know the Page object supports several events (e.g., PreInit, PreLoad, etc.). For some reason, it seems Visual Studio does not provide a "lightning bolt events icon" in the Page class "Properties" pane. Most controls (the TextBox and Button, for example) have the "lightning bolt" icon in their Properties pane to show what events they support. How can I see, and hook into, the events supported by the Page object?
BTW, I realize I can take advantahge of "AutoEventWireUp" and simply declare methods like, "Page_PreInit()" but I would prefer (and expect) Visual Studio to show me the events supported by the Page object. Am I not looking in the right place in Visual Studio?
Thanks very much.
Robin B.