-api-id | -api-type |
---|---|
E:Windows.UI.Xaml.Controls.WebView.ContentLoading |
winrt event |
Occurs when the WebView has started loading new content.
<WebView ContentLoading="eventhandler"/>
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: