OnFrameNavigationCompletedHex
Interface AntView
Type: Event
Parameters: Boolean IsSuccess TxWebErrorStatus webError String NavigationIdHex
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.
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" versions of the events instead of OnFrameNavigationCompleted.
Introduced in AntView release 1.1.164
AntView - The MS Edge WebView2 ActiveX control Date last changed: 09/25/2024