Click or drag to resize

LifeSpanHandlerBuilderOnPopupDestroyed Method

Version 130.1.90
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: 129.0.110.0 (129.0.110.0)
Syntax
public LifeSpanHandlerBuilder OnPopupDestroyed(
	LifeSpanHandlerOnPopupDestroyedDelegate onPopupDestroyed
)

Parameters

onPopupDestroyed  LifeSpanHandlerOnPopupDestroyedDelegate
Action to be invoked when the Popup is to be destroyed.

Return Value

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