_dispCommandEvents_AfterExecuteEventHandler Delegate

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 Delegate Sub _dispCommandEvents_AfterExecuteEventHandler ( _
    Guid As String, _
    ID As Integer, _
    CustomIn As Object, _
    CustomOut As Object _
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandEvents_AfterExecuteEventHandler(
    string Guid,
    int ID,
    Object CustomIn,
    Object CustomOut
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandEvents_AfterExecuteEventHandler(
    [InAttribute] String^ Guid, 
    [InAttribute] int ID, 
    [InAttribute] Object^ CustomIn, 
    [InAttribute] Object^ CustomOut
)
[<ComVisibleAttribute(false)>]
type _dispCommandEvents_AfterExecuteEventHandler = 
    delegate of 
        Guid:string * 
        ID:int * 
        CustomIn:Object * 
        CustomOut:Object -> unit
JScript does not support delegates.

Parameters

See Also

Reference

EnvDTE Namespace