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