WebViewNewWindowEventArgsNewWindowName Property |
Gets the name of the new window.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string NewWindowName { get; }
Public ReadOnly Property NewWindowName As String
Get
member NewWindowName : string with get
Property Value
Type:
StringThe name of the new window.
See Also