Click or drag to resize

WebViewDocumentLoaded Event

Occurs when the document is fully loaded.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<WebViewLoadedEventArgs> DocumentLoaded

Value

Type: SystemEventHandlerWebViewLoadedEventArgs
Remarks
This event fires after the entire document has loaded and is fully rendered. Usually this is a good event to use when determining when you can execute scripts or interact with the document.
See Also