Click or drag to resize

WebViewOpenNewWindow Event

Occurs when the page prompts to open a link in a new window

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<WebViewNewWindowEventArgs> OpenNewWindow

Value

Type: SystemEventHandlerWebViewNewWindowEventArgs
Remarks
This event will occur when a user or script opens a new link in a new window. This is usually when an anchor's target is set to _blank, or a specific window name. You must handle this event to perform an action, otherwise no action will occur.
See Also