Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.14 KB

webview_framenavigationcompleted.md

File metadata and controls

41 lines (27 loc) · 1.14 KB
-api-id -api-type
E:Windows.UI.Xaml.Controls.WebView.FrameNavigationCompleted
winrt event

Windows.UI.Xaml.Controls.WebView.FrameNavigationCompleted

-description

Occurs when a frame in the WebView has finished loading its content.

-xaml-syntax

<WebView FrameNavigationCompleted="eventhandler"/>

-remarks

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