_dispCommandBarControlEvents_ClickEventHandler Delegate
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
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.
Show: