Click or drag to resize

WebViewICallbackOnDocumentTitleChanged Method

Raises the document title changed event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnDocumentTitleChanged(
	WebView widget,
	WebViewTitleEventArgs e
)

Parameters

widget
Type: Eto.FormsWebView

[Missing <param name="widget"/> documentation for "M:Eto.Forms.WebView.ICallback.OnDocumentTitleChanged(Eto.Forms.WebView,Eto.Forms.WebViewTitleEventArgs)"]

e
Type: Eto.FormsWebViewTitleEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.WebView.ICallback.OnDocumentTitleChanged(Eto.Forms.WebView,Eto.Forms.WebViewTitleEventArgs)"]

See Also