Click or drag to resize

LifeSpanHandlerBuilderOnPopupBrowserCreated 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 LifeSpanHandlerBuilder OnPopupBrowserCreated(
	LifeSpanHandlerOnPopupBrowserCreatedDelegate onPopupBrowserCreated
)

Parameters

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

Return Value

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