Contents - Index - Top


OnNavigationCompletedHex

Interface AntViewFrame

 

Type: Event

Parameters: Boolean IsSuccess TxWebErrorStatus webError String NavigationIdHex

 

 

Raised when a document has completely loaded (the javascript body.onload event 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:

 

- OnFrameNavigationStarting

- OnNavigationStarting

- OnContentLoadingHex

- OnNavigationCompletedHex

 

Introduced in AntView release 1.1.200

 

 

 


AntView - The MS Edge WebView2 ActiveX control Date last changed: 07/22/2024