Click or drag to resize

DisplayHandler.OnFaviconUrlChange Method

Version 97.1.60
Called when the page icon changes.

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

Parameters

chromiumWebBrowser
Type: CefSharp.IWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharp.IBrowser
the browser object
urls
Type: System.Collections.Generic.IList<String>
list of urls where the favicons can be downloaded
See Also