_dispWindowEvents_SinkHelper.WindowMoved Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable Sub WindowMoved ( _
    A_1 As Window, _
    A_2 As Integer, _
    A_3 As Integer, _
    A_4 As Integer, _
    A_5 As Integer _
)
public virtual void WindowMoved(
    Window A_1,
    int A_2,
    int A_3,
    int A_4,
    int A_5
)
public:
virtual void WindowMoved(
    Window^ A_1, 
    int A_2, 
    int A_3, 
    int A_4, 
    int A_5
)
abstract WindowMoved : 
        A_1:Window * 
        A_2:int * 
        A_3:int * 
        A_4:int * 
        A_5:int -> unit 
override WindowMoved : 
        A_1:Window * 
        A_2:int * 
        A_3:int * 
        A_4:int * 
        A_5:int -> unit 
public function WindowMoved(
    A_1 : Window, 
    A_2 : int, 
    A_3 : int, 
    A_4 : int, 
    A_5 : int
)

Parameters

Implements

_dispWindowEvents.WindowMoved(Window, Int32, Int32, Int32, Int32)

.NET Framework Security

See Also

Reference

_dispWindowEvents_SinkHelper Class

EnvDTE Namespace