Click or drag to resize

LifeSpanHandlerOnPopupBrowserCreated Method

Version 111.2.70
The LifeSpanHandlerOnPopupBrowserCreatedDelegate will be called when theIBrowser has been created. The IBrowser instance is valid until OnPopupDestroyed(LifeSpanHandlerOnPopupDestroyedDelegate) is called. IBrowser provides low level access to the CEF Browser, you can access frames, view source, perform navigation (via frame) etc.

Namespace:  CefSharp.Wpf.Experimental
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public LifeSpanHandler OnPopupBrowserCreated(
	LifeSpanHandlerOnPopupBrowserCreatedDelegate onPopupBrowserCreated
)

Parameters

onPopupBrowserCreated
Type: CefSharp.Wpf.ExperimentalLifeSpanHandlerOnPopupBrowserCreatedDelegate
Action to be invoked when the IBrowser has been created.

Return Value

Type: LifeSpanHandler
LifeSpanHandler instance allowing you to chain method calls together
See Also