OnNavigationCompleted
Interface AntViewFrame
Type: Event
Parameters: Boolean IsSuccess TxWebErrorStatus webError Int64 NavigationId
Raised when an iframe has completely loaded (once the javascript event 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.
On development environments that do not support the Int64 datatype you can use OnNavigationCompletedHex by setting the EventsUseHexadecimal property to True.
The order of events is:
- OnNavigationCompleted
Introduced in AntView release 1.1.200
AntView - The MS Edge WebView2 ActiveX control Date last changed: 09/30/2024