CefSharp icon indicating copy to clipboard operation
CefSharp copied to clipboard

WinForms/WPF - Add ChromiumWebBrowser.UnregisterShutdownHandler

Open amaitland opened this issue 3 years ago • 0 comments

Add a static method to unregister the Cef.Shutdown event handlers manually.

Currently you can set CefSharpSettings.ShutdownOnExit false, this can be a little tricky to know when and validate that it's been effecitve.

So we can add an explicit method to unregister the event(s).

amaitland avatar May 10 '22 23:05 amaitland