Click or drag to resize

NetworkClientLoadingFailed Event

Version 101.0.180
Fired when HTTP request has failed to load.

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

Value

Type: SystemEventHandlerLoadingFailedEventArgs
See Also