Click or drag to resize

WebViewTitleEventArgs Constructor

Initializes a new instance of the WebViewTitleEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public WebViewTitleEventArgs(
	string title
)

Parameters

title
Type: SystemString
New title for the page.
See Also