IVsWindowFrameNotify3 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnClose(UInt32) | Notifies the VSPackage that a window frame is closing and tells the environment what action to take. |
![]() | OnDockableChange(Int32, Int32, Int32, Int32, Int32) | Notifies the VSPackage that a window's docked state is being altered. |
![]() | OnMove(Int32, Int32, Int32, Int32) | Notifies the VSPackage that a window is being moved. |
![]() | OnShow(Int32) | Notifies the VSPackage of a change in the window's display state. |
![]() | OnSize(Int32, Int32, Int32, Int32) | Notifies the VSPackage that a window is being resized. |
Show:
