Fired when OrdoWebView completes loading content on the new page.
Syntax
Private Sub object_NavigationCompleted(IsSuccess As Long, WebErrorStatus As Long)
The NavigationCompleted event syntax has these parts:
Element | Description |
Object | The object placeholder represents an OrdoWebView2 control |
IsSuccess | Long. True if the navigation was successful. |
WebErrorStatus | Long. The status if navigation failed |