Compartir a través de


WindowEventsClass.add_WindowMoved (Método)

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
Public Overridable Sub add_WindowMoved ( _
    A_1 As _dispWindowEvents_WindowMovedEventHandler _
)
public virtual void add_WindowMoved(
    _dispWindowEvents_WindowMovedEventHandler A_1
)
public:
virtual void add_WindowMoved(
    _dispWindowEvents_WindowMovedEventHandler^ A_1
)
abstract add_WindowMoved : 
        A_1:_dispWindowEvents_WindowMovedEventHandler -> unit 
override add_WindowMoved : 
        A_1:_dispWindowEvents_WindowMovedEventHandler -> unit 
public function add_WindowMoved(
    A_1 : _dispWindowEvents_WindowMovedEventHandler
)

Parámetros

Implementaciones

_dispWindowEvents_Event.add_WindowMoved(_dispWindowEvents_WindowMovedEventHandler)

Seguridad de .NET Framework

Vea también

Referencia

WindowEventsClass Clase

EnvDTE (Espacio de nombres)