CoreWebView2.FaviconChanged Event

Definition

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.

Applies to