IVsWindowFrameEvents Interface
Visual Studio 2015
Provides events for window frames.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | OnActiveFrameChanged(IVsWindowFrame, IVsWindowFrame) | Called when the active IVsWindowFrame changes. |
![]() | OnFrameCreated(IVsWindowFrame) | Called when a new IVsWindowFrame is created. |
![]() | OnFrameDestroyed(IVsWindowFrame) | Called when an IVsWindowFrame is permanently closed. |
![]() | OnFrameIsOnScreenChanged(IVsWindowFrame, Boolean) | Called when the IsOnScreen property of an IVsWindowFrame changes. |
![]() | OnFrameIsVisibleChanged(IVsWindowFrame, Boolean) | Called when the IsVisible property of an IVsWindowFrame changes. |
Show:
