IVsWindowFrameEvents::OnFrameIsOnScreenChanged Method (IVsWindowFrame^, Boolean)

Visual Studio 2015
 

Called when the IsOnScreen property of an 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 OnFrameIsOnScreenChanged(
	IVsWindowFrame^ frame,
	bool newIsOnScreen
)

Parameters

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

The frame.

newIsOnScreen
Type: System::Boolean

The new IsOnScreen value.

Return to top
Show: