Click or drag to resize

LifeSpanHandlerBuilderOnPopupCreated Method

Version 111.2.70
The LifeSpanHandlerOnPopupCreatedDelegate will be called when theChromiumWebBrowser has been created. When the LifeSpanHandlerOnPopupCreatedDelegate is called you must add the control to it's intended parent.

Namespace:  CefSharp.Wpf.Experimental
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public LifeSpanHandlerBuilder OnPopupCreated(
	LifeSpanHandlerOnPopupCreatedDelegate onPopupCreated
)

Parameters

onPopupCreated
Type: CefSharp.Wpf.ExperimentalLifeSpanHandlerOnPopupCreatedDelegate
Action to be invoked when the Popup is to be destroyed.

Return Value

Type: LifeSpanHandlerBuilder
LifeSpanHandlerBuilder instance allowing you to chain method calls together
See Also