REQUEST: IDE Support for AddHandler
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?

