संपादित करें

इसके माध्यम से साझा किया गया


INetworkProgress.ProgressFailed Event

Definition

Caution

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Network progress has failed.

public:
 event EventHandler<System::Net::NetworkProgressChangedEventArgs ^> ^ ProgressFailed;
[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> ProgressFailed;
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.ProgressFailed : EventHandler<System.Net.NetworkProgressChangedEventArgs> 
Event ProgressFailed As EventHandler(Of NetworkProgressChangedEventArgs) 

Event Type

Attributes

Applies to