


There is no guarantee on the order of that event being raised and the completed handler being invoked. This will potentially result in a new version of the Edge WebView2 Runtime being installed and NewBrowserVersionAvailable event being raised. MessageBox.Show(this, update_result, "UpdateRuntimeAsync result") String update_result = "status: " + result.Status + ", extended error:" + result.ExtendedError public UpdateRuntimeAsync () member this.UpdateRuntimeAsync : unit -> Public Function UpdateRuntimeAsync () As Task(Of CoreWebView2UpdateRuntimeResult) Returns TaskĮxamples CoreWebView2UpdateRuntimeResult result = await ()

Try to update the installed Microsoft Edge WebView2 Runtime.
