Can you force the placement of handled events on double-click?

  • Thread starter Thread starter Lloyd Sheen
  • Start date Start date
L

Lloyd Sheen

I use the #region in my code to attempt to partition the code so that it is
easier to get to the code for events and to gather code in the region for
things like Drag/Drop in which there could be 3 or 4 events that handle the
overall functionallity.

Now what I am wondering (since I have not been able to find a way to do it),
is there a way to force the creation of the event stub to the current line
(where the cursor is or at least after the procedure in which the cursor is
at) within the file holding the code?

If not I will enter this request in Connect as a possible upgrade for the
next version of VS.

Thanks
LS
 
Lloyd,

I have redirected your question to another place, that often gives more
avail.

(I have the same problem as you).

Don't hesitate however to send this to Connect as well (while corrected your
two typos).

Cor
 
Back
Top