INetworkProgress.ProgressChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Lo stato di avanzamento della rete è cambiato.
public:
event EventHandler<System::Net::NetworkProgressChangedEventArgs ^> ^ ProgressChanged;
[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> ProgressChanged;
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.ProgressChanged : EventHandler<System.Net.NetworkProgressChangedEventArgs>
Event ProgressChanged As EventHandler(Of NetworkProgressChangedEventArgs)
Tipo evento
- Attributi
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.