WindowEventsClass.add_WindowMoved Method

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
Public Overridable Sub add_WindowMoved ( _
    A_1 As _dispWindowEvents_WindowMovedEventHandler _
)
'Usage
Dim instance As WindowEventsClass 
Dim A_1 As _dispWindowEvents_WindowMovedEventHandler

instance.add_WindowMoved(A_1)
public virtual void add_WindowMoved(
    _dispWindowEvents_WindowMovedEventHandler A_1
)
public:
virtual void add_WindowMoved(
    _dispWindowEvents_WindowMovedEventHandler^ A_1
)
public function add_WindowMoved(
    A_1 : _dispWindowEvents_WindowMovedEventHandler
)

Parameters

Implements

_dispWindowEvents_Event.add_WindowMoved(_dispWindowEvents_WindowMovedEventHandler)

.NET Framework Security

See Also

Reference

WindowEventsClass Class

WindowEventsClass Members

EnvDTE Namespace