FetchClientRequestPaused Event | 
Version 104.4.240 
            Issued when the domain is enabled and the request URL matches the
            specified filter. The request is paused until the client responds
            with one of continueRequest, failRequest or fulfillRequest.
            The stage of the request can be determined by presence of responseErrorReason
            and responseStatusCode -- the request is at the response stage if either
            of these fields is present and in the request stage otherwise.
            
 
    Namespace: 
   CefSharp.DevTools.Fetch
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic event EventHandler<RequestPausedEventArgs> RequestPaused
public:
 event EventHandler<RequestPausedEventArgs^>^ RequestPaused {
	void add (EventHandler<RequestPausedEventArgs^>^ value);
	void remove (EventHandler<RequestPausedEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerRequestPausedEventArgs
See Also