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