Click or drag to resize

WebViewNavigated Event

Occurs when the browser has loaded a new uri and has begun loading it.

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

Value

Type: SystemEventHandlerWebViewLoadedEventArgs
Remarks
This happens after the DocumentLoading event. Once the document is fully loaded, the DocumentLoaded event will be triggered.
See Also