Windows.UI.Xaml.Controls.WebView.NavigationCompleted
May 17, 2019 · View on GitHub
-description
Occurs when the WebView has finished loading the current content or if navigation has failed.
-xaml-syntax
<WebView NavigationCompleted="eventhandler"/>
-remarks
To determine whether navigation has failed, check the IsSuccess and WebErrorStatus properties of the WebViewNavigationCompletedEventArgs class.
WebView navigation events occur in the following order:
- NavigationStarting
- ContentLoading
- DOMContentLoaded
- NavigationCompleted
Similar events occur in the same order for each iframe in the WebView content: