L
Lars Roland
Hi I have a Connect class that is implementing the IDTExtensibility2
interface. I have added a lot of extra buttons and events to this class
and now i want to delegate the handling af the events to another class.
For example I have the following code:
-----------------------------------------------------------
Public Class Connect
Implements Extensibility.IDTExtensibility2
Dim WithEvents fldMessagePreviewButton As CommandBarButton
yada
interface. I have added a lot of extra buttons and events to this class
and now i want to delegate the handling af the events to another class.
For example I have the following code:
-----------------------------------------------------------
Public Class Connect
Implements Extensibility.IDTExtensibility2
Dim WithEvents fldMessagePreviewButton As CommandBarButton
yada