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