Contents - Index - Top


OnContentLoadingHex

Interface AntView 

 

Type: Event

Parameters: Boolean IsErrorPage string NavigationIdHex

 

 

The onContentLoading event is triggered before any content is loaded into the control.

This event will only trigger if the page changes, not if there's a frame reload.

 

IsErrorPage is true if the loaded content is an error page.

NavigationIdHex is the ID of the navigation

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.

 

The order of events is:

 

- OnNavigationStarting

- OnSourceChanged

- OnContentLoadingHex

- OnHistoryChanged

- OnNavigationCompletedHex

 

 

Introduced in AntView release 1.1.164

 


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