IFrameHandlerOnFrameAttached Method |
Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax void 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