Click or drag to resize

LifeSpanHandlerCreate Method

Version 111.2.70
Create a new instance of the LifeSpanHandlerBuilder which can be used to create a WinForms specific ILifeSpanHandler implementation that simplifies the process of hosting a Popup as a Control/Tab.

Namespace:  CefSharp.Wpf.Experimental
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public static LifeSpanHandlerBuilder Create(
	LifeSpanHandlerCreatePopupChromiumWebBrowser chromiumWebBrowserCreatedDelegate = null
)

Parameters

chromiumWebBrowserCreatedDelegate (Optional)
Type: CefSharp.Wpf.ExperimentalLifeSpanHandlerCreatePopupChromiumWebBrowser

[Missing <param name="chromiumWebBrowserCreatedDelegate"/> documentation for "M:CefSharp.Wpf.Experimental.LifeSpanHandler.Create(CefSharp.Wpf.Experimental.LifeSpanHandlerCreatePopupChromiumWebBrowser)"]

Return Value

Type: LifeSpanHandlerBuilder
A LifeSpanHandlerBuilder which can be used to fluently create an ILifeSpanHandler. Call Build to create the actual instance after you have call OnPopupCreated(LifeSpanHandlerOnPopupCreatedDelegate) etc.
See Also