File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,6 +120,14 @@ interface ICoreWebView2Environment3 : ICoreWebView2Environment2
120120 /// A handler added with this method is called until removed with
121121 /// ` remove_BrowserProcessExited ` , even if a new browser process is bound to
122122 /// this environment after earlier ` BrowserProcessExited ` events are raised.
123+ ///
124+ /// Note this is an event from the ` ICoreWebView2Environment3 ` interface, not the
125+ /// ` ICoreWebView2 ` . The difference between this ` BrowserProcessExited ` event and
126+ /// the ` CoreWebView2 ` 's ` ProcessFailed ` event is that ` BrowserProcessExited ` is
127+ /// raised for any (expected and unexpected) ** browser process** exits, while
128+ /// ` ProcessFailed ` is raised only for ** unexpected** browser process exits, or for
129+ /// ** render process** exits/unresponsiveness. To learn more about the WebView2
130+ /// Process Model, go to [ Process model] ( https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/process-model ) .
123131 HRESULT add_BrowserProcessExited(
124132 [ in] ICoreWebView2BrowserProcessExitedEventHandler* eventHandler,
125133 [ out] EventRegistrationToken* token);
You can’t perform that action at this time.
0 commit comments