| C1.Silverlight.Imaging.5 アセンブリ > C1.Silverlight.Imaging 名前空間 > C1GifImage クラス : DownloadProgress イベント |
'宣言 Public Event DownloadProgress As System.EventHandler(Of DownloadProgressChangedEventArgs)
public event System.EventHandler<DownloadProgressChangedEventArgs> DownloadProgress
イベント ハンドラが、このイベントに関連するデータを含む、System.Net.DownloadProgressChangedEventArgs 型の引数を受け取りました。次の DownloadProgressChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| BytesReceived | |
| ProgressPercentage | System.ComponentModel.ProgressChangedEventArgsから継承されます。 |
| TotalBytesToReceive | |
| UserState | System.ComponentModel.ProgressChangedEventArgsから継承されます。 |