Table of Contents

Event NewWindow

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when a new browser window is created.

event EventHandler<WebBrowserEventArgs> NewWindow

Returns

EventHandler<WebBrowserEventArgs>
Occurs when a new browser window is created.

Remarks

You must handle this event if you want anything to happen, for example to load the page in a new window or tab.