CoreWebView2.FaviconChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the Favicon has changed. This can include when a new page is loaded and thus by default no icon is set or the icon is set for the page by DOM or JavaScript.
public event EventHandler<object> FaviconChanged;
member this.FaviconChanged : EventHandler<obj>
Public Custom Event FaviconChanged As EventHandler(Of Object)
Event Type
Remarks
The first argument is the Webview2 which saw the changed Favicon and the second is null.