'宣言 Public Event LoadProgressChanged As System.Net.DownloadProgressChangedEventHandler
public event System.Net.DownloadProgressChangedEventHandler LoadProgressChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Net.DownloadProgressChangedEventArgs 型の引数を受け取りました。次の DownloadProgressChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
BytesReceived | Gets the number of bytes received. |
TotalBytesToReceive | Gets the total number of bytes in a System.Net.WebClient data download operation. |
参照