Click or drag to resize

LifeSpanHandlerOnPopupCreated 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 LifeSpanHandler OnPopupCreated(
	LifeSpanHandlerOnPopupCreatedDelegate onPopupCreated
)

Parameters

onPopupCreated
Type: CefSharp.Wpf.ExperimentalLifeSpanHandlerOnPopupCreatedDelegate
Action to be invoked when the Popup host has been created and is ready to be attached to it's parent.

Return Value

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