IVsWindowFrameEvents::OnActiveFrameChanged Method (IVsWindowFrame^, IVsWindowFrame^)

Visual Studio 2015
 

Called when the active IVsWindowFrame changes.

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

void OnActiveFrameChanged(
	IVsWindowFrame^ oldFrame,
	IVsWindowFrame^ newFrame
)

Parameters

oldFrame
Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^

The old active frame.

newFrame
Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^

The new active frame.

Return to top
Show: