Intersoft ClientUI Documentation
OnDownloading Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UXShell Class : OnDownloading Method






application
An ApplicationPackage.
detailArgs
An ApplicationDownloadingEventArgs that contains the event data of the download progress.
Called when the application package is in download progress.

Syntax

Visual Basic (Declaration) 
Protected Sub OnDownloading( _
   ByVal application As ApplicationPackage, _
   ByVal detailArgs As ApplicationDownloadingEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXShell
Dim application As ApplicationPackage
Dim detailArgs As ApplicationDownloadingEventArgs
 
instance.OnDownloading(application, detailArgs)
C# 
protected void OnDownloading( 
   ApplicationPackage application,
   ApplicationDownloadingEventArgs detailArgs
)
Delphi 
protected procedure OnDownloading( 
    application: ApplicationPackage;
    detailArgs: ApplicationDownloadingEventArgs
); 
JScript 
protected function OnDownloading( 
   application : ApplicationPackage,
   detailArgs : ApplicationDownloadingEventArgs
);
Managed Extensions for C++ 
protected: void OnDownloading( 
   ApplicationPackage* application,
   ApplicationDownloadingEventArgs* detailArgs
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.