Click or drag to resize

IFrameHandlerOnFrameAttached Method

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
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