_dispWindowEvents_SinkHelper.WindowMoved Method

Definition

Microsoft Internal Use Only.

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

public:
 override void WindowMoved(EnvDTE::Window ^ A_1, int A_2, int A_3, int A_4, int A_5);
public:
 virtual void WindowMoved(EnvDTE::Window ^ A_1, int A_2, int A_3, int A_4, int A_5);
public:
 override void WindowMoved(EnvDTE::Window ^ A_1, int A_2, int A_3, int A_4, int A_5);
 override void WindowMoved(EnvDTE::Window const & A_1, int A_2, int A_3, int A_4, int A_5);
public override void WindowMoved (EnvDTE.Window A_1, int A_2, int A_3, int A_4, int A_5);
public void WindowMoved (EnvDTE.Window A_1, int A_2, int A_3, int A_4, int A_5);
abstract member WindowMoved : EnvDTE.Window * int * int * int * int -> unit
override this.WindowMoved : EnvDTE.Window * int * int * int * int -> unit
Public Overrides Sub WindowMoved (A_1 As Window, A_2 As Integer, A_3 As Integer, A_4 As Integer, A_5 As Integer)
Public Sub WindowMoved (A_1 As Window, A_2 As Integer, A_3 As Integer, A_4 As Integer, A_5 As Integer)

Parameters

A_1
Window
A_2
Int32
A_3
Int32
A_4
Int32
A_5
Int32

Implements

Applies to