_CommandBarButtonEvents_Event.Click Event
Occurs when the user clicks a CommandBarButton object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Event Click As _CommandBarButtonEvents_ClickEventHandler
'Usage
Dim instance As _CommandBarButtonEvents_Event
Dim handler As _CommandBarButtonEvents_ClickEventHandler
AddHandler instance.Click, handler
event _CommandBarButtonEvents_ClickEventHandler Click
See Also
Reference
_CommandBarButtonEvents_Event Interface