IVsWindowFrameEvents.OnFrameIsOnScreenChanged(IVsWindowFrame, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.