DownloadProgressEventArgsState Property |
Version 92.0.260 [Missing <summary> documentation for "P:CefSharp.DevTools.Browser.DownloadProgressEventArgs.State"]
Namespace:
CefSharp.DevTools.Browser
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax public DownloadProgressState State { get; set; }
public:
property DownloadProgressState State {
DownloadProgressState get ();
void set (DownloadProgressState value);
}
Property Value
Type:
DownloadProgressStateSee Also