TxDownloadState
The download state of the file.
The OnDownloadStarting event has a parameter DownloadOperation of data type AntViewDownloadOperation which contains the downloadState.
Constants for enum CoreWebView2DownloadState
dsInProgress = 0
dsInterrupted = 1
dsCompleted = 2
dsInProgress:
Downloading the file is in progress.
dsInterrupted:
Downloading the file was interrupted, check InterruptReason to find out why.
dsCompleted:
Downloading the file has completed.
AntView - The MS Edge WebView2 ActiveX control Date last changed: 09/25/2024