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
Syntax public class WebViewTitleEventArgs : EventArgs
Public Class WebViewTitleEventArgs
Inherits EventArgs
type WebViewTitleEventArgs =
class
inherit EventArgs
end
The WebViewTitleEventArgs type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Title |
Gets the new title for the page.
|
TopSee Also