WebView.FrameNavigationCompleted Event

Definition

Occurs when a frame in the IWebView finished navigating to new content.

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

Event Type

Implements

Applies to