Click or drag to resize

LifeSpanHandlerBuilderOnBeforePopupCreated Method

Version 130.1.90
The OnBeforePopupCreatedDelegate will be called before the popup has been created and can be used to cancel popup creation if required, modify IBrowserSettings and disable javascript.

Namespace: CefSharp.WinForms.Handler
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public LifeSpanHandlerBuilder OnBeforePopupCreated(
	OnBeforePopupCreatedDelegate onBeforePopupCreated
)

Parameters

onBeforePopupCreated  OnBeforePopupCreatedDelegate
Action to be invoked before popup is created.

Return Value

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