OnPopupCreatedDelegate Delegate |
Version 130.1.90
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.HandlerAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public delegate void OnPopupCreatedDelegate(
ChromiumHostControl control,
string url
)
public delegate void OnPopupCreatedDelegate(
ChromiumHostControl^ control,
String^ url
)
Parameters
- control ChromiumHostControl
- popup host control
- url String
- url
See Also