Progress<T>.ProgressChanged Evento
Definição
Acionado para cada valor de progresso relatado.Raised for each reported progress value.
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)
Tipo de evento
- EventHandler<T>
Comentários
Os manipuladores registrados com esse evento serão invocados no SynchronizationContext capturado quando a instância foi construída.Handlers registered with this event will be invoked on the SynchronizationContext captured when the instance was constructed.