WebView2.NavigationCompleted Event

Definition

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

public event EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs> NavigationCompleted;
member this.NavigationCompleted : EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs> 
Public Event NavigationCompleted As EventHandler(Of CoreWebView2NavigationCompletedEventArgs) 
Public Custom Event NavigationCompleted As EventHandler(Of CoreWebView2NavigationCompletedEventArgs) 

Event Type

Implements

Applies to

See also