Share via


IVsWindowFrameEvents.OnFrameIsOnScreenChanged(IVsWindowFrame, Boolean) Method

Definition

Called when the IsOnScreen property of an IVsWindowFrame changes.

public:
 void OnFrameIsOnScreenChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ frame, bool newIsOnScreen);
public:
 void OnFrameIsOnScreenChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ frame, bool newIsOnScreen);
void OnFrameIsOnScreenChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & frame, bool newIsOnScreen);
public void OnFrameIsOnScreenChanged (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame frame, bool newIsOnScreen);
abstract member OnFrameIsOnScreenChanged : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame * bool -> unit
Public Sub OnFrameIsOnScreenChanged (frame As IVsWindowFrame, newIsOnScreen As Boolean)

Parameters

frame
IVsWindowFrame

The frame.

newIsOnScreen
Boolean

The new IsOnScreen value.

Applies to