The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
webview.MSWebViewNavigationStarting event

Indicates the WebView is starting to navigate MSWebViewContentLoading The HTML content is downloaded and is being loaded into the control.
Syntax
function handler(eventInfo) { /* Your code */ } // addEventListener syntax webview.addEventListener("MSWebViewNavigationStarting", handler); webview.removeEventListener("MSWebViewNavigationStarting", handler);
Event information
| Synchronous | No |
|---|---|
| Bubbles | Yes |
| Cancelable | Yes |
Event handler parameters
- eventInfo
-
Type: Event
An object that contains information about the event.
Requirements
|
Minimum supported client |
Windows 8.1 [Windows Store apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [Windows Store apps only] |
|
Minimum supported phone |
Windows Phone 8.1 |
See also
Show: