REQUEST: IDE Support for AddHandler

The current support for AddHandler is very disappointing, all you get is help for the method and the ability to choose AddressOf for an existing handler procedure.

But there is easy way to create a handler. At the moment I declare temporary the same type with WithEvents, create the method with the IDE, and remove the type.

Something like the possiblity in C# after += would be very appriciatet.

Or have I overlooked a convienient way to create dynamic event handlers?

[476 byte] By [Ramirez] at [2008-2-23]