Share via


Delegato _dispCommandBarControlEvents_ClickEventHandler

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
<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 non supporta i delegati.

Parametri

  • CancelDefault
    Tipo: System.Boolean%
    Indipendentemente dal fatto che l'operazione è stata annullata.

Vedere anche

Riferimenti

Spazio dei nomi EnvDTE