IVsWindowFrameEvents Interface

Visual Studio 2015
 

Provides events for window frames.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[GuidAttribute("15D6E42B-36AD-4AF9-A144-C6F07027A6ED")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowFrameEvents

NameDescription
System_CAPS_pubmethodOnActiveFrameChanged(IVsWindowFrame, IVsWindowFrame)

Called when the active IVsWindowFrame changes.

System_CAPS_pubmethodOnFrameCreated(IVsWindowFrame)

Called when a new IVsWindowFrame is created.

System_CAPS_pubmethodOnFrameDestroyed(IVsWindowFrame)

Called when an IVsWindowFrame is permanently closed.

System_CAPS_pubmethodOnFrameIsOnScreenChanged(IVsWindowFrame, Boolean)

Called when the IsOnScreen property of an IVsWindowFrame changes.

System_CAPS_pubmethodOnFrameIsVisibleChanged(IVsWindowFrame, Boolean)

Called when the IsVisible property of an IVsWindowFrame changes.

Return to top
Show: