Table of Contents

Class CoreWebView2BrowserProcessExitedEventArgs

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

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

CoreWebView2BrowserProcessExitKind

BrowserProcessId

The process ID of the browser process that has exited.

public uint BrowserProcessId { get; }

Property Value

uint