WindowEventsClass::WindowMoved Event

 

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

Occurs after a window is moved or resized.

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

public:
event _dispWindowEvents_WindowMovedEventHandler^ WindowMoved {
	virtual void add(_dispWindowEvents_WindowMovedEventHandler^ value);
	virtual void remove(_dispWindowEvents_WindowMovedEventHandler^ value);
}

Public Sub WindowEvents_WindowMoved(ByVal Window As EnvDTE.Window, ByVal Top As Integer, ByVal Left As Integer, ByVal [Width] As Integer, ByVal Height As Integer) Handles WindowEvents.WindowMoved
   MsgBox("test")
End Sub
Return to top
Show: