Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 674 Bytes

webview_loadcompleted.md

File metadata and controls

29 lines (19 loc) · 674 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.WebView.LoadCompleted
winrt event

Windows.UI.Xaml.Controls.WebView.LoadCompleted

-description

Note

LoadCompleted may be altered or unavailable for releases after Windows 8.1. Instead, use NavigationCompleted.

Occurs when top-level navigation completes and the content loads into the WebView control or when an error occurs during loading.

-xaml-syntax

<WebView LoadCompleted="eventhandler"/>

-remarks

-examples

-see-also