OnNavigationCompleted - cWebView2Browser

Sent when the entire navigation process is finished

Type: Event

Parameters: UBigInt iNavigationId String sUrl Boolean bIsSuccess OLECOREWEBVIEW2_WEB_ERROR_STATUS eWebErrorStatus

ParameterDescription
iNavigationIdNavigation operation identifier
sUrlNew URL for the document
bIsSuccessIndicates if the navigation was successful
eWebErrorStatusError code or
OLECOREWEBVIEW2_WEB_ERROR_STATUS_UNKNOWN for succesful navigations.


Syntax
Procedure OnNavigationCompleted UBigInt iNavigationId String sUrl Boolean bIsSuccess OLECOREWEBVIEW2_WEB_ERROR_STATUS eWebErrorStatus

Description

This message is sent when the entire navigation process is finished.

The message always follows OnNavigationStarting with one or more other events in between.

The navigation id indicates which navigation operation has finished.

See OnNavigationStarting for an overview of all navigation events.