Event Error
Occurs when a navigation error occurs.
public event EventHandler<WebBrowserEventArgs>? Error
Returns
- EventHandler<WebBrowserEventArgs>
- Occurs when a navigation error occurs.
- Implements
Remarks
The NavigationError will contain an error type. The Text may contain a backend-specific more precise error message or code.