Share via


CommandBarEvents Interface

Definition

Causes a Click event to occur when a control on the command bar is clicked. Use this object for functionality, and refer to CommandBarEventsClass for this object's documentation.

C++/CX
public interface class CommandBarEvents : EnvDTE::_CommandBarControlEvents, EnvDTE::_dispCommandBarControlEvents_Event
Derived
Attributes
Implements

Examples

VB
<System.ContextStaticAttribute()> Public WithEvents CommandBarEvents As EnvDTE.CommandBarEvents  

Public Sub CommandBarEvents_Click(ByVal CommandBarControl As Object, ByRef handled As Boolean, ByRef CancelDefault As Boolean) Handles CommandBarEvents.Click  
   MsgBox("test")  
End Sub  

Remarks

The CommandBarEvents object is returned by the CommandBarEvents[] property of the Events object. The object that is returned has one event in its interface, the Click event. In Visual Basic, you can handle this event by using the WithEvents object declaration.

Methods

Events

Click

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

(Inherited from _dispCommandBarControlEvents_Event)

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022