Click or drag to resize

NetworkClient.LoadingFailed Event

Version 107.1.120
Fired when HTTP request has failed to load.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.0)
Syntax
public event EventHandler<LoadingFailedEventArgs> LoadingFailed

Value

Type: System.EventHandler<LoadingFailedEventArgs>
See Also