Showing related tags and posts accross the entire site.
-
There is a new sample up demonstrating generic event handling in entry point classes. Click here to download EventSample VB v2.1 – Exposing Generic Events in Entry Point Classes Excerpt from EventSample VB v2.1 EventHandlerT in EntryPoint Classes.doc: At this time there is no direct way to expose...
-
At this time there is no direct way to expose an EventHandler<T> in the host to VSTA add-ins. This sample uses a workaround which involves using non-generic event handling between the host and proxy, and generic event handling between the proxy and add-in. This is accomplished by raising the non...