Intersoft.Client.Framework Namespace > ResourceDownloader Class : Failed Event |
Public Event Failed As EventHandler(Of DownloadFailedEventArgs)
Dim instance As ResourceDownloader Dim handler As EventHandler(Of DownloadFailedEventArgs) AddHandler instance.Failed, handler
public event EventHandler<DownloadFailedEventArgs> Failed
public: event EventHandler<DownloadFailedEventArgs^>^ Failed
The event handler receives an argument of type DownloadFailedEventArgs containing data related to this event. The following DownloadFailedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | Gets the error details that trigger the download failed event. |
Resource (Inherited from Intersoft.Client.Framework.DownloadEventArgs) | Gets an object instance of the resource being downloaded. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2