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