Click or drag to resize

WebViewCallbackOnDocumentLoading Method

Raises the document loading event.

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

Parameters

widget
Type: Eto.FormsWebView

[Missing <param name="widget"/> documentation for "M:Eto.Forms.WebView.Callback.OnDocumentLoading(Eto.Forms.WebView,Eto.Forms.WebViewLoadingEventArgs)"]

e
Type: Eto.FormsWebViewLoadingEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.WebView.Callback.OnDocumentLoading(Eto.Forms.WebView,Eto.Forms.WebViewLoadingEventArgs)"]

Implements

WebViewICallbackOnDocumentLoading(WebView, WebViewLoadingEventArgs)
See Also