Click or drag to resize

IDisplayHandlerOnFaviconUrlChange Method

Version 86.0.240
Called when the page icon changes.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
void OnFaviconUrlChange(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IList<string> urls
)

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
urls
Type: System.Collections.GenericIListString
list of urls where the favicons can be downloaded
See Also