Contents - Index - Top


OnNavigationCompleted

Interface AntView 

 

Type: Event

Parameters: Boolean IsSuccess TxWebErrorStatus webError Int64 NavigationId 

 

 

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 NavigationId can be used to track which document you are loading. This NavigationId is set in OnNavigationStarting.

 

Beware that the NavigationId itself is a 64 bit integer.

AntView version 1.1 is the first version that has the NavigationId parameter.

On development environments that do not support the Int64 datatype you can set the EventsUseHexadecimal property to true to use OnNavigationCompletedHex instead.

 

The order of events is:

 

- OnNavigationStarting

- OnSourceChanged

- OnContentLoading

- OnHistoryChanged

- OnNavigationCompleted

 


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