IFrameHandler.OnFrameAttached Method |
Version 111.2.70
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: 111.2.70.0 (111.2.70.0)
Syntaxvoid OnFrameAttached(
IWebBrowser chromiumWebBrowser,
IBrowser browser,
IFrame frame,
bool reattached
)
void OnFrameAttached(
IWebBrowser^ chromiumWebBrowser,
IBrowser^ browser,
IFrame^ frame,
bool reattached
)
Parameters
- chromiumWebBrowser
- Type: CefSharp.IWebBrowser
the ChromiumWebBrowser control - browser
- Type: CefSharp.IBrowser
the browser object - frame
- Type: CefSharp.IFrame
the frame object - reattached
- Type: System.Boolean
will be true if the frame was re-attached after exiting the BackForwardCache.
See Also