Eto.Forms documentation
Eto.Forms documentation
Namespaces
Eto.Forms
WebView Class
WebView Methods
ExecuteScript Method
GetCallback Method
GoBack Method
GoForward Method
LoadHtml Method
OnDocumentLoaded Method
OnDocumentLoading Method
OnDocumentTitleChanged Method
OnNavigated Method
OnOpenNewWindow Method
Reload Method
ShowPrintDialog Method
Stop Method
WebView
Stop Method
Stops loading the current page.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
C#
VB
F#
Copy
public
void
Stop
()
Public
Sub
Stop
member
Stop
:
unit
->
unit
Remarks
You can determine if the page is finished loading by the
DocumentLoaded
event.
See Also
Reference
WebView Class
Eto.Forms Namespace