Compartir a través de


_dispWindowEvents_WindowMovedEventHandler (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_WindowMovedEventHandler ( _
    Window As Window, _
    Top As Integer, _
    Left As Integer, _
    Width As Integer, _
    Height As Integer _
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowMovedEventHandler(
    Window Window,
    int Top,
    int Left,
    int Width,
    int Height
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowMovedEventHandler(
    [InAttribute] Window^ Window, 
    [InAttribute] int Top, 
    [InAttribute] int Left, 
    [InAttribute] int Width, 
    [InAttribute] int Height
)
[<ComVisibleAttribute(false)>]
type _dispWindowEvents_WindowMovedEventHandler = 
    delegate of 
        Window:Window * 
        Top:int * 
        Left:int * 
        Width:int * 
        Height:int -> unit
JScript no admite delegados.

Parámetros

Vea también

Referencia

EnvDTE (Espacio de nombres)