LifeSpanHandlerOnPopupDestroyed Method |
Version 130.1.90Namespace: CefSharp.Wpf.ExperimentalAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public LifeSpanHandler OnPopupDestroyed(
LifeSpanHandlerOnPopupDestroyedDelegate onPopupDestroyed
)
public:
LifeSpanHandler^ OnPopupDestroyed(
LifeSpanHandlerOnPopupDestroyedDelegate^ onPopupDestroyed
)
Parameters
- onPopupDestroyed LifeSpanHandlerOnPopupDestroyedDelegate
- Action to be invoked when the Popup is to be destroyed.
Return Value
LifeSpanHandlerLifeSpanHandler instance allowing you to chain method calls together
See Also