Another #region suggestion -
06-07-2005
, 01:43 PM
When double-clicking a form in design mode to automatically add an event, the
code always ends up the bottom of the module.
I would like to see a change that would allow the user to define the region
that events will show up in. For instance, when I create a new user control,
I have default regions set for (among other things) properties, methods,
helper (internal) functions, and events. It would be helpful if the code
went directly into the "events" #region. |