_dispCommandBarControlEvents_ClickEventHandler (Delegado)

Actualización: noviembre 2007

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

<ComVisibleAttribute(False)> _
Public Delegate Sub _dispCommandBarControlEvents_ClickEventHandler ( _
    CommandBarControl As Object, _
    ByRef handled As Boolean, _
    ByRef CancelDefault As Boolean _
)

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 no admite delegados.

Parámetros

Vea también

Referencia

EnvDTE (Espacio de nombres)