This topic has not yet been rated - Rate this topic

_dispCommandEvents_BeforeExecuteEventHandler Delegate

This delegate 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)

[ComVisibleAttribute(false)] 
public delegate void _dispCommandEvents_BeforeExecuteEventHandler (
	[InAttribute] string Guid,
	[InAttribute] int ID,
	[InAttribute] Object CustomIn,
	[InAttribute] Object CustomOut,
	[InAttribute] out bool CancelDefault
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate void _dispCommandEvents_BeforeExecuteEventHandler (
	/** @attribute InAttribute() */ String Guid, 
	/** @attribute InAttribute() */ int ID, 
	/** @attribute InAttribute() */ Object CustomIn, 
	/** @attribute InAttribute() */ Object CustomOut, 
	/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean CancelDefault
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Guid

 

ID

 

CustomIn

 

CustomOut

 

CancelDefault

 

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ