Click or drag to resize

DisplayHandlerOnFaviconUrlChange Method

Version 94.4.20
Called when the page icon changes.

Namespace:  CefSharp.Handler
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
protected virtual 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