To declare custom events to expose to VSTA, you will need
to:
1) Create
a delegate outside of any class (VSTA does not support nested types).
2) Explicitly
declare the event as the delegate type from above (for more information on
declaring events in VB see Part I- Declaring ...