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) 

イベントの種類

注釈

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

適用対象