Class CoreWebView2BrowserProcessExitedEventArgs
Event args for the BrowserProcessExited event.
public class CoreWebView2BrowserProcessExitedEventArgs : EventArgs
- Inheritance
-
CoreWebView2BrowserProcessExitedEventArgs
- Inherited Members
Properties
BrowserProcessExitKind
The kind of browser process exit that has occurred.
public CoreWebView2BrowserProcessExitKind BrowserProcessExitKind { get; }
Property Value
BrowserProcessId
The process ID of the browser process that has exited.
public uint BrowserProcessId { get; }