OnPopupCreatedDelegate Delegate | 
Version 113.3.50 
            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: 113.3.50.0 (113.3.50.0)
Syntaxpublic delegate void OnPopupCreatedDelegate(
	ChromiumHostControl control,
	string url
)
public delegate void OnPopupCreatedDelegate(
	ChromiumHostControl^ control, 
	String^ url
)
Parameters
- control
 - Type: CefSharp.WinForms.HostChromiumHostControl
popup host control - url
 - Type: SystemString
url 
See Also