Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
![]() |
remove_Click |
Top
Events
Name | Description | |
---|---|---|
![]() |
Click | The click event. Microsoft Internal Use Only. |
Top