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