| WebViewNewWindowEventArgs Constructor  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic WebViewNewWindowEventArgs(
	Uri uri,
	string newWindowName
)
Public Sub New ( 
	uri As Uri,
	newWindowName As String
)
new : 
        uri : Uri * 
        newWindowName : string -> WebViewNewWindowEventArgsParameters
- uri
- Type: SystemUri
 URI of the new window.
- newWindowName
- Type: SystemString
 Name of the new window.
 See Also
See Also