Click or drag to resize

LifeSpanHandlerOnPopupCreated Method

Version 91.1.160
The OnPopupCreatedDelegate will be called when theChromiumHostControl has been created. When the OnPopupCreatedDelegate is called you must add the control to it's intended parent so the ClientRectangle can be calculated to set the initial size correctly.

Namespace:  CefSharp.WinForms.Handler
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
public LifeSpanHandler OnPopupCreated(
	OnPopupCreatedDelegate onPopupCreated
)

Parameters

onPopupCreated
Type: CefSharp.WinForms.HandlerOnPopupCreatedDelegate
Action to be invoked when the Popup is to be destroyed.

Return Value

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