Share via


DesignerWindowPane.IVsWindowFrameNotify.OnMove Method

Notifies the Package that a window is being moved.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Private Function OnMove As Integer Implements IVsWindowFrameNotify.OnMove
int IVsWindowFrameNotify.OnMove()
private:
virtual int OnMove() sealed = IVsWindowFrameNotify::OnMove
private abstract OnMove : unit -> int  
private override OnMove : unit -> int
JScript does not support explicit interface implementations.

Return Value

Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsWindowFrameNotify.OnMove()

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

Microsoft.VisualStudio.Shell.Design Namespace