Click or drag to resize

FrameHandlerOnFrameAttached Method

Version 130.1.90
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: 129.0.110.0 (129.0.110.0)
Syntax
protected virtual void OnFrameAttached(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IFrame frame,
	bool reattached
)

Parameters

chromiumWebBrowser  IWebBrowser
the ChromiumWebBrowser control
browser  IBrowser
the browser object
frame  IFrame
the frame object
reattached  Boolean
will be true if the frame was re-attached after exiting the BackForwardCache.
See Also