_dispCommandBarControlEvents_ClickEventHandler Delegate
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 _
)
'Usage
Dim instance As New _dispCommandBarControlEvents_ClickEventHandler(AddressOf HandlerMethod)
[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
)
JScript does not support delegates.
Parameters
CommandBarControl
Type: System.Object
handled
Type: System.Boolean%
CancelDefault
Type: System.Boolean%