_CommandBarButtonEvents_Event Interface

Definition

Events interface for Microsoft Office CommandBarButton object events.

public interface class _CommandBarButtonEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _CommandBarButtonEvents_Event
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CommandBarButtonEvents_Event = interface
Public Interface _CommandBarButtonEvents_Event
Derived
Attributes

Methods

add_Click(_CommandBarButtonEvents_ClickEventHandler)
remove_Click(_CommandBarButtonEvents_ClickEventHandler)

Events

Click

Occurs when the user clicks a CommandBarButton object.

Applies to