CoreWebView2BrowserProcessExitedEventArgs Class

Event args for the CoreWebView2Environment.BrowserProcessExited event.

Summary

Members Description
BrowserProcessExitKind The kind of browser process exit that has occurred.
BrowserProcessId The process ID of the browser process that has exited.

Properties

BrowserProcessExitKind

readonly CoreWebView2BrowserProcessExitKind BrowserProcessExitKind

The kind of browser process exit that has occurred.

BrowserProcessId

readonly uint32_t BrowserProcessId

The process ID of the browser process that has exited.

Referenced by