Click or drag to resize

LifeSpanHandlerBuilder Constructor

Version 130.1.90
LifeSpanHandlerBuilder

Namespace: CefSharp.WinForms.Handler
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public LifeSpanHandlerBuilder(
	CreatePopupChromiumHostControl chromiumHostControlCreatedDelegate
)

Parameters

chromiumHostControlCreatedDelegate  CreatePopupChromiumHostControl
When specified the delegate will be used to create the ChromiumHostControl instance. Allowing users to create their own custom instance that extends ChromiumHostControl
See Also