Event NewWindow
Occurs when a new browser window is created.
public event EventHandler<WebBrowserEventArgs>? NewWindow
Returns
- EventHandler<WebBrowserEventArgs>
- Occurs when a new browser window is created.
- Implements
Remarks
You must handle this event if you want anything to happen, for example to load the page in a new window or tab.