Compartir a través de


_dispWindowEvents_WindowActivatedEventHandler (Delegado)

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

'Declaración
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWindowEvents_WindowActivatedEventHandler ( _
    GotFocus As Window, _
    LostFocus As Window _
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
    Window GotFocus,
    Window LostFocus
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
    [InAttribute] Window^ GotFocus, 
    [InAttribute] Window^ LostFocus
)
[<ComVisibleAttribute(false)>]
type _dispWindowEvents_WindowActivatedEventHandler = 
    delegate of 
        GotFocus:Window * 
        LostFocus:Window -> unit
JScript no admite delegados.

Parámetros

Vea también

Referencia

EnvDTE (Espacio de nombres)