Click or drag to resize

WebViewCallback Class

Callback implementation for handlers of the WebView
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsWebViewCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ControlCallback, 
	WebViewICallback, ControlICallback, WidgetICallback

The WebViewCallback type exposes the following members.

Constructors
  NameDescription
Public methodWebViewCallback
Initializes a new instance of the WebViewCallback class
Top
Methods
  NameDescription
Public methodOnDocumentLoaded
Raises the document loaded event.
Public methodOnDocumentLoading
Raises the document loading event.
Public methodOnDocumentTitleChanged
Raises the document title changed event.
Public methodOnNavigated
Raises the navigated event.
Public methodOnOpenNewWindow
Raises the open new window event.
Top
See Also