_dispWindowEvents_WindowMovedEventHandler Delegate
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
[ComVisibleAttribute(false)] public delegate void _dispWindowEvents_WindowMovedEventHandler( Window^ Window, int Top, int Left, int Width, int Height )
Parameters
- Window
-
Type:
EnvDTE::Window^
The window.
- Top
-
Type:
System::Int32
The top of the window.
- Left
-
Type:
System::Int32
The left side of the window.
- Width
-
Type:
System::Int32
The width of the window.
- Height
-
Type:
System::Int32
The height of the window.
Show: