RichTextBox for WPF
LoadProgressChanged イベント (SpellDictionaryBase)

C1.WPF.SpellChecker.4.5.2 アセンブリ > C1.WPF.SpellChecker 名前空間 > SpellDictionaryBase クラス : LoadProgressChanged イベント
LoadAsync(Uri)メソッドの呼び出し後、辞書のロード中に発生します。
シンタックス
'宣言
 
Public Event LoadProgressChanged As System.Net.DownloadProgressChangedEventHandler
public event System.Net.DownloadProgressChangedEventHandler LoadProgressChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Net.DownloadProgressChangedEventArgs 型の引数を受け取りました。次の DownloadProgressChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the number of bytes received.  
Gets the total number of bytes in a System.Net.WebClient data download operation.  
参照