Property OpenPopupHandler
- Namespace
- DotNetBrowser.AvaloniaUi
- Assembly
- DotNetBrowser.AvaloniaUi.dll
OpenPopupHandler
This handler is used when a new popup browser instance should be opened, if a different handler was not configured for the browser.
public IHandler<OpenPopupParameters> OpenPopupHandler { get; }
Property Value
Remarks
Important: the engine will be blocked until you return control from the callback.