LifeSpanHandlerBuilder Constructor |
Version 109.1.110
LifeSpanHandlerBuilder
Namespace:
CefSharp.WinForms.Handler
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public LifeSpanHandlerBuilder(
CreatePopupChromiumHostControl chromiumHostControlCreatedDelegate
)
public:
LifeSpanHandlerBuilder(
CreatePopupChromiumHostControl^ chromiumHostControlCreatedDelegate
)
Parameters
- chromiumHostControlCreatedDelegate
- Type: CefSharp.WinForms.HandlerCreatePopupChromiumHostControl
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