Contents - Index - Top


OnDOMContentLoaded

Interface AntView 

 

Type: Event

Parameters: int64 NavigationId

 

 

The OnDOMContentLoaded event is triggered when the DOMContentLoaded javascript event fires.

 

NavigationId is the ID of the navigation. This NavigationId is set in OnNavigationStarting.

Beware that the NavigationId itself is a 64 bit integer.

Development environments that do not support the Int64 datatype will not raise this event.

 

In such environments where the Int64 datatype is not supported, you can set the EventsUseHexadecimal property to true to use OnDOMContentLoadedHex instead. In this event, the parameter is still passed, but here it is encoded as hexadecimal in a string parameter.

 

 

 

Introduced in AntView release 1.1.200

 


AntView - The MS Edge WebView2 ActiveX control Date last changed: 11/05/2025