Skip to content

OnNavigationCompleted - cWebView2Browser

Sent when the entire navigation process is finished

Type: Event

Parameters

Parameter Type Description
iNavigationId UBigInt Navigation operation identifier
sUrl String New URL for the document
bIsSuccess Boolean Indicates if the navigation was successful
eWebErrorStatus OLECOREWEBVIEW2_WEB_ERROR_STATUS Error code orOLECOREWEBVIEW2_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.