Contents - Index - Top


OnContentLoading

Interface AntViewFrame

 

Type: Event

Parameters: Boolean IsErrorPage int64 NavigationId

 

 

The OnContentLoading event is triggered before any content is loaded into the iframe.

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:

 

- OnFrameNavigationStarting

- OnNavigationStarting

- OnContentLoading

- OnNavigationCompleted

 

For development environments that do not support 64 bit integer parameters in ActiveX controls you can to set the EventsUseHexadecimal property at the AntView control level to true to use the OnContentLoadingHex event instead.

 

Introduced in AntView release 1.1.200

 


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