_dispCommandBarControlEvents_ClickEventHandler 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 _dispCommandBarControlEvents_ClickEventHandler(
	Object^ CommandBarControl,
	[InAttribute] bool% Handled,
	[InAttribute] bool% CancelDefault
)

Parameters

CommandBarControl
Type: System::Object^

The command bar control.

handled

Whether or not the event was handled.

CancelDefault
Type: System::Boolean

Whether or not the action was cancelled.

Return to top
Show: