Click or drag to resize

LifeSpanHandlerOnPopupBrowserCreated Method

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

Namespace:  CefSharp.WinForms.Handler
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public LifeSpanHandler OnPopupBrowserCreated(
	OnPopupBrowserCreatedDelegate onPopupBrowserCreated
)

Parameters

onPopupBrowserCreated
Type: CefSharp.WinForms.HandlerOnPopupBrowserCreatedDelegate
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