IDisplayHandlerOnFaviconUrlChange Method  | 
Version 106.0.290 
            Called when the page icon changes.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid OnFaviconUrlChange(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IList<string> urls
)
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