In Visual Studio 2010, can you auto-generate an eventhandler in the same way as C#, using Visual Bas
- by SLC
For example, you can type this.Loaded += in C# and press TAB a couple of times to automatically generate an event handler. Is there an equivelent in Visual Basic?
Typing Addhandler Me.Loaded and pressing TAB or RETURN does nothing.