LifeSpanHandlerBuilderOnPopupDestroyed Method |
Version 130.1.90Namespace: CefSharp.WinForms.HandlerAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public LifeSpanHandlerBuilder OnPopupDestroyed(
OnPopupDestroyedDelegate onPopupDestroyed
)
public:
LifeSpanHandlerBuilder^ OnPopupDestroyed(
OnPopupDestroyedDelegate^ onPopupDestroyed
)
Parameters
- onPopupDestroyed OnPopupDestroyedDelegate
- Action to be invoked when the Popup is to be destroyed.
Return Value
LifeSpanHandlerBuilderLifeSpanHandlerBuilder instance allowing you to chain method calls together
See Also