Property OpenExtensionPopupHandler
- Namespace
- DotNetBrowser.Extensions
- Assembly
- DotNetBrowser.dll
OpenExtensionPopupHandler
Gets or sets a handler that is used when the extension is about to open a popup window.
IHandler<OpenExtensionPopupParameters> OpenExtensionPopupHandler { get; set; }
Property Value
Remarks
The callback is invoked by the following extension API functions:
chrome.tabs.create
,chrome.windows.create
,chrome.runtime.openOptionsPage
,setUninstallURL
, upon uninstalling an extension.
Exceptions
- ObjectDisposedException
The IExtension has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.