OnContentLoading - cWebView2Browser
Sent as part of a navigation operation when the browser starts loading content for the new page
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| iNavigationId | UBigInt | Navigation operation identifier |
| sUrl | String | URL of the document being loaded |
| bIsErrorPage | Boolean | True if the document is an error page |
Syntax
Procedure OnContentLoading UBigInt iNavigationId String sUrl Boolean bIsErrorPage
Description
This message is sent as part of a navigation operation when the browser starts loading content for the new page.
See OnNavigationStarting for an overview of navigation events.