DownloadProgressEventArgsState Property  | 
Version 108.4.130 
            Download status.
            
 
    Namespace: 
   CefSharp.DevTools.Browser
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic DownloadProgressState State { get; set; }public:
property DownloadProgressState State {
	DownloadProgressState get ();
	void set (DownloadProgressState value);
}Property Value
Type: 
DownloadProgressState
See Also