In Visual Studio 2010, can you auto-generate an eventhandler in the same way as C#, using Visual Bas
Posted
by SLC
on Stack Overflow
See other posts from Stack Overflow
or by SLC
Published on 2010-05-11T12:46:18Z
Indexed on
2010/05/11
14:24 UTC
Read the original article
Hit count: 385
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.
© Stack Overflow or respective owner