Click or drag to resize

OnPopupBrowserCreatedDelegate Delegate

Version 130.1.90
Called when the IBrowser instance has been created. The IBrowser reference will be valid until OnPopupDestroyedDelegate is called

Namespace: CefSharp.WinForms.Handler
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public delegate void OnPopupBrowserCreatedDelegate(
	ChromiumHostControl control,
	IBrowser browser
)

Parameters

control  ChromiumHostControl
popup host control, maybe null if Browser is hosted in a native Popup window. DevTools by default will be hosted in a native popup window.
browser  IBrowser
browser
See Also