A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cefsharp.github.io/api/118.6.x/html/M_CefSharp_ILoadHandler_OnFrameLoadEnd.htm below:

ILoadHandlerOnFrameLoadEnd Method Version 118.6.80

Called when the browser is done loading a frame. The

Frame

value will never be empty Check the

IsMain

method to see if this frame is the main frame. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This method will always be called for all frames irrespective of whether the request completes successfully. This method will be called on the CEF UI thread. Blocking this thread will likely cause your UI to become unresponsive and/or hang.

Namespace:  CefSharp
Assembly:

CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)

Syntax
void OnFrameLoadEnd(
	IWebBrowser chromiumWebBrowser,
	FrameLoadEndEventArgs frameLoadEndArgs
)
void OnFrameLoadEnd(
	IWebBrowser^ chromiumWebBrowser, 
	FrameLoadEndEventArgs^ frameLoadEndArgs
)
Parameters
chromiumWebBrowser
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control
frameLoadEndArgs
Type: CefSharpFrameLoadEndEventArgs
args
See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4