Page Events hook via designer

  • Thread starter Thread starter Lit
  • Start date Start date
L

Lit

Hi,

How to hook to the Page events like PreRender. in C#

I need to just add the event and signature provided. I don't want to hunt
for the signature etc..

I thought we can select the event from some place

Thank you,

Lit
 
Not possible that I know of, but if you're using CodeBehind just start
typing override and intellisense will bring up possible events that can be
overriden. Select the event you want and it will write out the rest.
 
Back
Top