WebView.NavigationCompleted Event

Definition

Occurs when the IWebView control finished navigating to new content.

public event EventHandler<Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.WebViewControlNavigationCompletedEventArgs> NavigationCompleted;
member this.NavigationCompleted : EventHandler<Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.WebViewControlNavigationCompletedEventArgs> 
Public Event NavigationCompleted As EventHandler(Of WebViewControlNavigationCompletedEventArgs) 

Event Type

Implements

Applies to