_dispCommandEvents_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 _dispCommandEvents_Event
[ComVisibleAttribute(false)]
public interface _dispCommandEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispCommandEvents_Event
[<ComVisibleAttribute(false)>]
type _dispCommandEvents_Event = interface end
public interface _dispCommandEvents_Event
The _dispCommandEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
add_AfterExecute | Infrastructure. Microsoft Internal Use Only. |
![]() |
add_BeforeExecute | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_AfterExecute | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_BeforeExecute | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
![]() |
AfterExecute | Infrastructure. Microsoft Internal Use Only. |
![]() |
BeforeExecute | Infrastructure. Microsoft Internal Use Only. |
Top