_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 _
)
[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

  • CancelDefault
    Type: System.Boolean%

    Whether or not the action was cancelled.

See Also

Reference

EnvDTE Namespace