FrameHandlerOnFrameAttached Method  | 
Version 106.0.290 
            Called when a frame can begin routing commands to/from the associated
            renderer process. Any commands that were queued have now been dispatched.
            
 
    Namespace: 
   CefSharp.Handler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxprotected virtual void OnFrameAttached(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IFrame frame,
	bool reattached
)
protected:
virtual void OnFrameAttached(
	IWebBrowser^ chromiumWebBrowser, 
	IBrowser^ browser, 
	IFrame^ frame, 
	bool reattached
)
Parameters
- chromiumWebBrowser
 - Type: CefSharpIWebBrowser
the ChromiumWebBrowser control - browser
 - Type: CefSharpIBrowser
the browser object - frame
 - Type: CefSharpIFrame
the frame object - reattached
 - Type: SystemBoolean
will be true if the frame was re-attached after exiting the BackForwardCache. 
See Also