IDisplayHandler.OnFaviconUrlChange Method |
Version 57.0.0
Called when the page icon changes.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntaxvoid OnFaviconUrlChange(
IWebBrowser browserControl,
IBrowser browser,
IList<string> urls
)
void OnFaviconUrlChange(
IWebBrowser^ browserControl,
IBrowser^ browser,
IList<String^>^ urls
)
Parameters
- browserControl
- 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