_dispCommandEvents_BeforeExecuteEventHandler Delegate

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[ComVisibleAttribute(false)]
public delegate void _dispCommandEvents_BeforeExecuteEventHandler(
	String^ Guid,
	int ID,
	Object^ CustomIn,
	Object^ CustomOut,
	bool% CancelDefault
)

Parameters

Guid
Type: System::String^

The GUID.

ID
Type: System::Int32

The command ID.

CustomIn
Type: System::Object^

Custom input parameters.

CustomOut
Type: System::Object^

Custom output parameters.

CancelDefault
Type: System::Boolean

Whether the command has been cancelled.

Return to top
Show: