So apparently I can't:
this.Load += new Blah... which pressing tab will automatically insert the correct signature and code later in the page.
now it appears I'm going to need to memorize the signature of events since I won't have it typed for me automatically anymore... what is the VB short cut... ie how can have intellisense continue to do the signature automatically for me:
Private Sub Page_Unload([I need intellisense to do something here for the signature]) Handles MyBase.Unload
this.Load += new Blah... which pressing tab will automatically insert the correct signature and code later in the page.
now it appears I'm going to need to memorize the signature of events since I won't have it typed for me automatically anymore... what is the VB short cut... ie how can have intellisense continue to do the signature automatically for me:
Private Sub Page_Unload([I need intellisense to do something here for the signature]) Handles MyBase.Unload