Click or drag to resize

LifeSpanHandlerOnPopupBrowserCreated Method

Version 130.1.90
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: 129.0.110.0 (129.0.110.0)
Syntax
public LifeSpanHandler OnPopupBrowserCreated(
	LifeSpanHandlerOnPopupBrowserCreatedDelegate onPopupBrowserCreated
)

Parameters

onPopupBrowserCreated  LifeSpanHandlerOnPopupBrowserCreatedDelegate
Action to be invoked when the IBrowser has been created.

Return Value

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