Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.51 KB

webview_navigationcompleted.md

File metadata and controls

44 lines (29 loc) · 1.51 KB
-api-id -api-type
E:Windows.UI.Xaml.Controls.WebView.NavigationCompleted
winrt event

Windows.UI.Xaml.Controls.WebView.NavigationCompleted

-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:

Similar events occur in the same order for each iframe in the WebView content:

-examples

-see-also

WebViewNavigationCompletedEventArgs