_dispWindowEvents_WindowMovedEventHandler Delegate

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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWindowEvents_WindowMovedEventHandler ( _
    Window As Window, _
    Top As Integer, _
    Left As Integer, _
    Width As Integer, _
    Height As Integer _
)
'Usage
Dim instance As New _dispWindowEvents_WindowMovedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowMovedEventHandler(
    Window Window,
    int Top,
    int Left,
    int Width,
    int Height
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowMovedEventHandler(
    [InAttribute] Window^ Window, 
    [InAttribute] int Top, 
    [InAttribute] int Left, 
    [InAttribute] int Width, 
    [InAttribute] int Height
)
JScript does not support delegates.

Parameters

See Also

Reference

EnvDTE Namespace