CommandEvents Interface
Provides command events for automation clients. Use this object for functionality, and refer to CommandEventsClass for this object's documentation.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | add_AfterExecute(_dispCommandEvents_AfterExecuteEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispCommandEvents_Event.) |
![]() | add_BeforeExecute(_dispCommandEvents_BeforeExecuteEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispCommandEvents_Event.) |
![]() | remove_AfterExecute(_dispCommandEvents_AfterExecuteEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispCommandEvents_Event.) |
![]() | remove_BeforeExecute(_dispCommandEvents_BeforeExecuteEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispCommandEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | AfterExecute | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispCommandEvents_Event.) |
![]() | BeforeExecute | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispCommandEvents_Event.) |
<System.ContextStaticAttribute()> Public WithEvents CommandEvents As EnvDTE.CommandEvents Public Sub CommandEvents_AfterExecute(ByVal Guid As String, ByVal ID As Integer, ByVal CustomIn As Object, ByVal CustomOut As Object) Handles CommandEvents.AfterExecute MsgBox("test") End Sub

