-api-id | -api-type |
---|---|
E:Windows.UI.Xaml.Controls.WebView.FrameNavigationCompleted |
winrt event |
Occurs when a frame in the WebView has finished loading its content.
<WebView FrameNavigationCompleted="eventhandler"/>
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