IVsWindowFrameEvents Methods

Visual Studio 2015
 

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

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: