Imaging Library for Silverlight
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から継承されます。
参照

C1GifImage クラス
C1GifImage メンバ