Visual Basic (Declaration) | |
---|---|
Protected Sub OnDownloading( _ ByVal application As ApplicationPackage, _ ByVal detailArgs As ApplicationDownloadingEventArgs _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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.
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