INetworkProgress.ProgressCompleted Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
O andamento da rede foi concluído.
public:
event EventHandler<System::Net::NetworkProgressChangedEventArgs ^> ^ ProgressCompleted;
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
event EventHandler<System.Net.NetworkProgressChangedEventArgs> ProgressCompleted;
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.ProgressCompleted : EventHandler<System.Net.NetworkProgressChangedEventArgs>
Event ProgressCompleted As EventHandler(Of NetworkProgressChangedEventArgs)
Tipo de evento
- Atributos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.