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