Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.12 KB

webview_framecontentloading.md

File metadata and controls

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

Windows.UI.Xaml.Controls.WebView.FrameContentLoading

-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:

-examples

-see-also