CoreWebView2BrowserProcessExitedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |