Intersoft.Client.Framework Namespace > ResourceDownloader Class : Cancelled Event |
Public Event Cancelled As EventHandler(Of DownloadCancelledEventArgs)
Dim instance As ResourceDownloader Dim handler As EventHandler(Of DownloadCancelledEventArgs) AddHandler instance.Cancelled, handler
public event EventHandler<DownloadCancelledEventArgs> Cancelled
public: event EventHandler<DownloadCancelledEventArgs^>^ Cancelled
The event handler receives an argument of type DownloadCancelledEventArgs containing data related to this event. The following DownloadCancelledEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Reason | Gets the reason that triggers the download cancellation. |
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