OnContentLoading - cWebView2Browser

Sent as part of a navigation operation when the browser starts loading content for the new page

Type: Event

Parameters: UBigInt iNavigationId String sUrl Boolean bIsErrorPage

ParameterDescription
iNavigationIdNavigation operation identifier
sUrlURL of the document being loaded
bIsErrorPageTrue 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.