CoreWebView2Environment.ProcessInfosChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProcessInfosChanged is raised when a collection of WebView2 Runtime processes changed due to new process being detected or when a existing process gone away.
public event EventHandler<object> ProcessInfosChanged;
member this.ProcessInfosChanged : EventHandler<obj>
Public Custom Event ProcessInfosChanged As EventHandler(Of Object)