Property OpenExtensionActionPopupHandler
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
OpenExtensionActionPopupHandler
Gets or sets a handler that is used for handling the popups that are requested to be shown by the extension action.
IHandler<OpenExtensionActionPopupParameters> OpenExtensionActionPopupHandler { get; set; }
Property Value
Remarks
The OpenExtensionActionPopupParameters object contains the popup browser.
Exceptions
- ObjectDisposedException
The IBrowser has already been disposed.