IFrameHandlerOnFrameAttached Method  | 
Version 108.4.130 
            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
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxvoid OnFrameAttached(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IFrame frame,
	bool reattached
)
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