Event NewWindow
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.