LifeSpanHandlerOnPopupCreated 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 OnPopupCreated(
LifeSpanHandlerOnPopupCreatedDelegate onPopupCreated
)
public:
LifeSpanHandler^ OnPopupCreated(
LifeSpanHandlerOnPopupCreatedDelegate^ onPopupCreated
)
Parameters
- onPopupCreated LifeSpanHandlerOnPopupCreatedDelegate
- Action to be invoked when the Popup host has been created and is ready to be attached to it's parent.
Return Value
LifeSpanHandlerLifeSpanHandler instance allowing you to chain method calls together
See Also