Click or drag to resize

WebViewICallback Interface

Callback interface for the WebView.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ControlICallback, 
	WidgetICallback

The WebViewICallback type exposes the following members.

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