Previous topicNext topic
Help > Events >
InitComplete

InitComplete Event

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

Remarks