WebViewTitleEventArgs Class |
Event arguments for when the
WebView changes its title
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic class WebViewTitleEventArgs : EventArgs
Public Class WebViewTitleEventArgs
Inherits EventArgs
type WebViewTitleEventArgs =
class
inherit EventArgs
endThe WebViewTitleEventArgs type exposes the following members.
Constructors
Properties|
| Name | Description |
|---|
 | Title |
Gets the new title for the page.
|
Top
See Also