In Visual Basic, events can be declared explicitly
or implicitly typed. When events are
declared implicitly typed, Visual Basic creates a hidden type nested in the
declaring type’s class. ProxyGen v 2 does
not support nested types; however, the work around given in Part I for nested types
in non-entry point classes can be applied ...