Table of Contents

Property OpenPopupHandler

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

OpenPopupHandler

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

IHandler<OpenPopupParameters> OpenPopupHandler { get; set; }

Property Value

IHandler<OpenPopupParameters>

Remarks

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

Exceptions

ObjectDisposedException

The IBrowser has already been disposed.