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
)
Public Sub OnDocumentLoading (
widget As WebView,
e As WebViewLoadingEventArgs
)
abstract OnDocumentLoading :
widget : WebView *
e : WebViewLoadingEventArgs -> unit
override OnDocumentLoading :
widget : WebView *
e : WebViewLoadingEventArgs -> unit
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