Intersoft ClientUI Documentation
OnDownloading Method (UXShell)



An ApplicationPackage.
An ApplicationDownloadingEventArgs that contains the event data of the download progress.
Called when the application package is in download progress.
Syntax
Protected Sub OnDownloading( _
   ByVal application As ApplicationPackage, _
   ByVal detailArgs As ApplicationDownloadingEventArgs _
) 
Dim instance As UXShell
Dim application As ApplicationPackage
Dim detailArgs As ApplicationDownloadingEventArgs
 
instance.OnDownloading(application, detailArgs)
protected void OnDownloading( 
   ApplicationPackage application,
   ApplicationDownloadingEventArgs detailArgs
)
protected:
void OnDownloading( 
   ApplicationPackage^ application,
   ApplicationDownloadingEventArgs^ detailArgs
) 

Parameters

application
An ApplicationPackage.
detailArgs
An ApplicationDownloadingEventArgs that contains the event data of the download progress.
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