_CommandBarButtonEvents_Event Interface
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _CommandBarButtonEvents_Event
[ComVisibleAttribute(false)]
public interface _CommandBarButtonEvents_Event
[ComVisibleAttribute(false)]
public interface class _CommandBarButtonEvents_Event
[<ComVisibleAttribute(false)>]
type _CommandBarButtonEvents_Event = interface end
public interface _CommandBarButtonEvents_Event
The _CommandBarButtonEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_Click | Adds the click event handler. | |
remove_Click | Removes the click event handler. |
Top
Events
Name | Description | |
---|---|---|
Click | The click event. Microsoft Internal Use Only. |
Top