Contents - Index - Top


OnNavigationCompletedHex

Interface AntView 

 

Type: Event

Parameters: Boolean IsSuccess TxWebErrorStatus webError String NavigationIdHex

 

 

Raised when a document has completely loaded (body.onload has been raised) or when loading has stopped with an error.

IsSuccess is True when the document was correctly loaded.

The NavigationIdHex can be used to track which document you are loading. This NavigationId is first set in OnNavigationStarting.

The NavigationId itself is a 64 bit integer, but passed in hexadecimal format.

 

You need to set the EventsUseHexadecimal property to true to use the "hex" version of this event instead of OnNavigationCompleted.

 

The order of events is:

 

- OnNavigationStarting

- OnSourceChanged

- OnContentLoadingHex

- OnHistoryChanged

- OnNavigationCompletedHex

 

Introduced in AntView release 1.1.164

 


AntView - The MS Edge WebView2 ActiveX control Date last changed: 09/25/2024