WebViewTitleEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public WebViewTitleEventArgs(
string title
)
Public Sub New (
title As String
)
new :
title : string -> WebViewTitleEventArgs
Parameters
- title
- Type: SystemString
New title for the page.
See Also