LifeSpanHandlerOnPopupDestroyed Method |
Version 118.6.80
Namespace:
CefSharp.WinForms.Handler
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax public LifeSpanHandler OnPopupDestroyed(
OnPopupDestroyedDelegate onPopupDestroyed
)
public:
LifeSpanHandler^ OnPopupDestroyed(
OnPopupDestroyedDelegate^ onPopupDestroyed
)
Parameters
- onPopupDestroyed
- Type: CefSharp.WinForms.HandlerOnPopupDestroyedDelegate
Action to be invoked when the Popup is to be destroyed.
Return Value
Type:
LifeSpanHandlerLifeSpanHandler instance allowing you to chain method calls together
See Also