Table of Contents

Class EngineDisposedEventArgs

Namespace
DotNetBrowser.Engine.Events
Assembly
DotNetBrowser.dll

The event arguments for the event indicating that the IEngine has been disposed.

public class EngineDisposedEventArgs : EventArgs
Inheritance
EngineDisposedEventArgs
Inherited Members

Properties

Engine

Gets the IEngine instance that has been disposed.

ExitCode

Gets the exit code of the main Chromium process that has been terminated.