Click or drag to resize

CefShutdownStarted Event

Version 130.1.90
Event is raised when Shutdown is called, before the shutdown logic is executed.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public static event EventHandler ShutdownStarted

Value

EventHandler
Remarks
Will be called on the same thread as Shutdown
See Also