_dispCommandEvents_AfterExecuteEventHandler Delegate
This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTEAssembly: EnvDTE (in envdte.dll)
[ComVisibleAttribute(false)] public delegate void _dispCommandEvents_AfterExecuteEventHandler ( [InAttribute] string Guid, [InAttribute] int ID, [InAttribute] Object CustomIn, [InAttribute] Object CustomOut )
/** @delegate */ /** @attribute ComVisibleAttribute(false) */ public delegate void _dispCommandEvents_AfterExecuteEventHandler ( /** @attribute InAttribute() */ String Guid, /** @attribute InAttribute() */ int ID, /** @attribute InAttribute() */ Object CustomIn, /** @attribute InAttribute() */ Object CustomOut )
Parameters
- Guid
- ID
- CustomIn
- CustomOut