Click or drag to resize

OnPopupCreatedDelegate Delegate

Version 101.0.180
Called when the ChromiumHostControl has been created. When 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: 101.0.180.0 (101.0.180.0)
Syntax
public delegate void OnPopupCreatedDelegate(
	ChromiumHostControl control,
	string url
)

Parameters

control
Type: CefSharp.WinForms.Host.ChromiumHostControl
popup host control
url
Type: System.String
url
See Also