Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
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 non-custom events to expose...