Default object type event methods
For default objects, like a form, add the standard event methods to appear in the drop down list, like FormLoad, FormUnload, Form_Resize etc. At the moment the only ones that appear are the ones already added.
7
votes

-
Damian Rafferty commented
I have just noticed Visual Studio does not do this even for .Net projects, so while it used to be in VB6 that it listed all the available event methods for an object, maybe this might not be such a high priority as something like intellisense, which is probably similar in that it might rely on reflection as well.