IWebView2.SourceChanged Event

Definition

A wrapper around the SourceChanged. The only difference between this event and SourceChanged is the first parameter that's passed to handlers. Handlers of this event will receive the WebView2 control, whereas handlers of SourceChanged will receive the CoreWebView2 instance.

event EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2SourceChangedEventArgs> SourceChanged;
member this.SourceChanged : EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2SourceChangedEventArgs> 
Event SourceChanged As EventHandler(Of CoreWebView2SourceChangedEventArgs) 

Event Type

Applies to