Version 118.6.80 
            Event is raised when 
Shutdown is called,
            before the shutdown logic is executed.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntaxpublic static event EventHandler ShutdownStarted
public:
static  event EventHandler^ ShutdownStarted {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}Value
Type: 
SystemEventHandler
Remarks
            Will be called on the same thread as 
Shutdown
See Also