CommandBarEvents Interface
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.
Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)
Assembly: EnvDTE (in envdte.dll)
[GuidAttribute("9E66FE98-A1C6-421D-8C0C-6DA4E652E770")] public interface CommandBarEvents : _CommandBarControlEvents, _dispCommandBarControlEvents_Event
/** @attribute GuidAttribute("9E66FE98-A1C6-421D-8C0C-6DA4E652E770") */
public interface CommandBarEvents extends _CommandBarControlEvents, _dispCommandBarControlEvents_Event
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.