Fired when control initialization is complete. It is then possible to start navigation.
Syntax
Private Sub object_InitComplete()
The InitComplete event syntax has these parts:
Element | Description |
Object | The object placeholder represents an OrdoWebView2 control |
Avoid navigating in the InitComplete event. Trigger the first navigation with a Timer, instead