Contents - Index - Top


OnContentLoading

Interface AntView 

 

Type: Event

Parameters: Boolean IsErrorPage int64 NavigationId

 

 

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.

NavigationId is the ID of the navigation

 

The order of events is:

 

- OnNavigationStarting

- OnSourceChanged

- OnContentLoading

- OnHistoryChanged

- OnNavigationCompleted

 

For development environments that do not support 64 bit integer parameters in ActiveX controls you can set the EventsUseHexadecimal property to true to use the OnContentLoadingHex version of this event instead.

 


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