Click or drag to resize

LifeSpanHandlerOnPopupCreatedDelegate Delegate

Version 111.2.70
Called when the ChromiumWebBrowser has been created. When called you must add the control to it's intended parent.

Namespace:  CefSharp.Wpf.Experimental
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public delegate void LifeSpanHandlerOnPopupCreatedDelegate(
	ChromiumWebBrowser control,
	string url,
	string targetFrameName,
	IWindowInfo windowInfo
)

Parameters

control
Type: CefSharp.WpfChromiumWebBrowser
popup host control
url
Type: SystemString
url
targetFrameName
Type: SystemString
target frame name
windowInfo
Type: CefSharpIWindowInfo
WindowInfo
See Also