CoreWebView2BrowserProcessExitedEventArgs Class

Definition

Event args for the BrowserProcessExited event.

public class CoreWebView2BrowserProcessExitedEventArgs : EventArgs
type CoreWebView2BrowserProcessExitedEventArgs = class
    inherit EventArgs
Public Class CoreWebView2BrowserProcessExitedEventArgs
Inherits EventArgs
Inheritance
CoreWebView2BrowserProcessExitedEventArgs

Properties

BrowserProcessExitKind

The kind of browser process exit that has occurred.

BrowserProcessId

The process ID of the browser process that has exited.

Applies to