Intersoft ClientUI Documentation
OnDownloadFailed Method



An ApplicationPackage.
An ApplicationDownloadFailedEventArgs that describes the details of the download failure.
Called when the download operation of this application package was failed.
Syntax
Protected Sub OnDownloadFailed( _
   ByVal application As ApplicationPackage, _
   ByVal detailArg As ApplicationDownloadFailedEventArgs _
) 
Dim instance As UXShell
Dim application As ApplicationPackage
Dim detailArg As ApplicationDownloadFailedEventArgs
 
instance.OnDownloadFailed(application, detailArg)
protected void OnDownloadFailed( 
   ApplicationPackage application,
   ApplicationDownloadFailedEventArgs detailArg
)
protected:
void OnDownloadFailed( 
   ApplicationPackage^ application,
   ApplicationDownloadFailedEventArgs^ detailArg
) 

Parameters

application
An ApplicationPackage.
detailArg
An ApplicationDownloadFailedEventArgs that describes the details of the download failure.
Requirements

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

See Also

Reference

UXShell Class
UXShell Members

Send Feedback