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 叫用。

適用於