Click or drag to resize

WebViewTitleEventArgs Class

Event arguments for when the WebView changes its title
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsWebViewTitleEventArgs

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

The WebViewTitleEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWebViewTitleEventArgs
Initializes a new instance of the WebViewTitleEventArgs class.
Top
Properties
  NameDescription
Public propertyTitle
Gets the new title for the page.
Top
See Also