Edit

Share via


CommandBarEvents Interface

Definition

[System.Runtime.InteropServices.Guid("0002E130-0000-0000-C000-000000000046")]
public interface CommandBarEvents : Microsoft.Vbe.Interop._CommandBarControlEvents, Microsoft.Vbe.Interop._dispCommandBarControlEvents_Event
[<System.Runtime.InteropServices.Guid("0002E130-0000-0000-C000-000000000046")>]
type CommandBarEvents = interface
    interface _CommandBarControlEvents
    interface _dispCommandBarControlEvents_Event
Public Interface CommandBarEvents
Implements _CommandBarControlEvents, _dispCommandBarControlEvents_Event
Derived
Attributes
Implements

Methods

add_Click(_dispCommandBarControlEvents_ClickEventHandler) (Inherited from _dispCommandBarControlEvents_Event)
remove_Click(_dispCommandBarControlEvents_ClickEventHandler) (Inherited from _dispCommandBarControlEvents_Event)

Events

Click (Inherited from _dispCommandBarControlEvents_Event)

Applies to