LifeSpanHandlerOnPopupDestroyed Method |
Version 103.0.120
Namespace:
CefSharp.WinForms.Handler
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 103.0.120.0 (103.0.120.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