| ChromiumWebBrowserOnBrowserWasHidden Method  | 
Version 118.6.80 
            Called when the underlying CefBrowser instance is hidden/shown
            Calls 
WasHidden(Boolean).
            This method can be overriden to keep the browser in a visible state
            even when it's not displayed on screen.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxprotected virtual void OnBrowserWasHidden(
	bool hidden
)
protected:
virtual void OnBrowserWasHidden(
	bool hidden
)
Parameters
- hidden
- Type: SystemBoolean
 if true the browser will be notified that it was hidden.
 See Also
See Also