LoadingFailedEventArgsCanceled Property  | 
Version 93.1.111 
            True if loading was canceled.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic bool? Canceled { get; }public:
property Nullable<bool> Canceled {
	Nullable<bool> get ();
}Property Value
Type: 
NullableBoolean
See Also