Click or drag to resize

WebViewOnDocumentLoading Method

Raises the DocumentLoading event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void OnDocumentLoading(
	WebViewLoadingEventArgs e
)

Parameters

e
Type: Eto.FormsWebViewLoadingEventArgs
Event arguments.
See Also