Click or drag to resize

LifeSpanHandlerBuilderBuild Method

Version 94.4.20
Creates an ILifeSpanHandler implementation that can be used to host popups as tabs/controls. The resulting ILifeSpanHandler returns true in DoClose(IWebBrowser, IBrowser) so no WM_CLOSE message is sent, this differs from the default CEF behaviour.

Namespace:  CefSharp.WinForms.Handler
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public ILifeSpanHandler Build()

Return Value

Type: ILifeSpanHandler
a IDownloadHandler instance
See Also