Windows.UI.Xaml.Controls.WebView.FrameContentLoading
May 17, 2019 · View on GitHub
-description
Occurs when a frame in the WebView has started loading new content.
-xaml-syntax
<WebView FrameContentLoading="eventhandler"/>
-remarks
WebView navigation events occur in the following order:
Similar events occur in the same order for each iframe in the WebView content:
- FrameNavigationStarting
- FrameContentLoading
- FrameDOMContentLoaded
- FrameNavigationCompleted