OlkCommandButtonEvents_Event.Click Event
Occurs when the user clicks inside the control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Click As OlkCommandButtonEvents_ClickEventHandler
'Usage
Dim instance As OlkCommandButtonEvents_Event
Dim handler As OlkCommandButtonEvents_ClickEventHandler
AddHandler instance.Click, handler
event OlkCommandButtonEvents_ClickEventHandler Click
See Also
Reference
OlkCommandButtonEvents_Event Interface