Click or drag to resize

LifeSpanHandlerBuilder.OnPopupDestroyed Method

Version 111.2.70
The LifeSpanHandlerOnPopupDestroyedDelegate will be called when the ChromiumWebBrowser is to be removed from it's parent. When the LifeSpanHandlerOnPopupDestroyedDelegate is called you must remove/dispose of the ChromiumWebBrowser.

Namespace:  CefSharp.Wpf.Experimental
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public LifeSpanHandlerBuilder OnPopupDestroyed(
	LifeSpanHandlerOnPopupDestroyedDelegate onPopupDestroyed
)

Parameters

onPopupDestroyed
Type: CefSharp.Wpf.Experimental.LifeSpanHandlerOnPopupDestroyedDelegate
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