Click or drag to resize

IBrowserOpenPopupHandler Property

Gets or sets a handler that is used when a new popup browser instance should be opened.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IHandler<OpenPopupParameters> OpenPopupHandler { get; set; }

Property Value

Type: IHandlerOpenPopupParameters
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
Remarks

Important: the engine will be blocked until you return control from the callback.

See Also