Share via


_dispWindowEvents_WindowMovedEventHandler 대리자

이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

Microsoft 내부용입니다.

네임스페이스:  EnvDTE
어셈블리:  EnvDTE(EnvDTE.dll)

구문

‘선언
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWindowEvents_WindowMovedEventHandler ( _
    Window As Window, _
    Top As Integer, _
    Left As Integer, _
    Width As Integer, _
    Height As Integer _
)
[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
)
[<ComVisibleAttribute(false)>]
type _dispWindowEvents_WindowMovedEventHandler = 
    delegate of 
        Window:Window * 
        Top:int * 
        Left:int * 
        Width:int * 
        Height:int -> unit
JScript에서는 대리자를 지원하지 않습니다.

매개 변수

참고 항목

참조

EnvDTE 네임스페이스