Click or drag to resize

LifeSpanHandlerOnBeforePopupCreated Method

Version 130.1.90
The LifeSpanHandlerOnBeforePopupCreatedDelegate will be called before the popup has been created and can be used to cancel popup creation if required or modify IBrowserSettings.

Namespace: CefSharp.Wpf.Experimental
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public LifeSpanHandler OnBeforePopupCreated(
	LifeSpanHandlerOnBeforePopupCreatedDelegate onBeforePopupCreated
)

Parameters

onBeforePopupCreated  LifeSpanHandlerOnBeforePopupCreatedDelegate
Action to be invoked before popup is created.

Return Value

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