DownloadItemIsComplete Property  | 
Version 93.1.111 
            Returns true if the download is complete.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic bool IsComplete { get; set; }public:
property bool IsComplete {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also