_dispCommandBarControlEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispCommandBarControlEvents_Event
[ComVisibleAttribute(false)]
public interface _dispCommandBarControlEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispCommandBarControlEvents_Event
[<ComVisibleAttribute(false)>]
type _dispCommandBarControlEvents_Event = interface end
public interface _dispCommandBarControlEvents_Event
The _dispCommandBarControlEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_Click | Infrastructure. Microsoft Internal Use Only. | |
remove_Click | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
Click | Infrastructure. Microsoft Internal Use Only. |
Top