Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API 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)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispCommandBarControlEvents_ClickEventHandler ( _
CommandBarControl As Object, _
ByRef Handled As Boolean, _
ByRef CancelDefault As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandBarControlEvents_ClickEventHandler(
Object CommandBarControl,
ref bool Handled,
ref bool CancelDefault
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandBarControlEvents_ClickEventHandler(
[InAttribute] Object^ CommandBarControl,
[InAttribute] bool% Handled,
[InAttribute] bool% CancelDefault
)
[<ComVisibleAttribute(false)>]
type _dispCommandBarControlEvents_ClickEventHandler =
delegate of
CommandBarControl:Object *
Handled:bool byref *
CancelDefault:bool byref -> unit
JScript does not support delegates.
Parameters
- CommandBarControl
Type: System.Object
The command bar control.
- Handled
Type: System.Boolean%
- CancelDefault
Type: System.Boolean%
Whether or not the action was cancelled.