Progress<T>.ProgressChanged イベント

定義

報告された進行状況を示す各値に対して発生します。

public:
 event EventHandler<T> ^ ProgressChanged;
public event EventHandler<T> ProgressChanged;
public event EventHandler<T>? ProgressChanged;
member this.ProgressChanged : EventHandler<'T> 
Public Custom Event ProgressChanged As EventHandler(Of T) 
Public Event ProgressChanged As EventHandler(Of T) 

イベントの種類

EventHandler<T>

注釈

このイベントに登録されたハンドラーは、インスタンスの SynchronizationContext 構築時にキャプチャされたハンドラーで呼び出されます。

適用対象