Contents - Index - Top


OnFrameNavigationCompleted

Interface AntView 

 

Type: Event

Parameters: Boolean IsSuccess TxWebErrorStatus webError Int64 NavigationId 

 

 

Raised when a child frame 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 OnFrameNavigationStarting.

 

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 use OnFrameNavigationCompletedHex

 


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