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






application
An ApplicationPackage.
detailArg
The error details of the installation failure.
Called when the installation process of this application has failed.

Syntax

Visual Basic (Declaration) 
Protected Sub OnInstallFailed( _
   ByVal application As ApplicationPackage, _
   ByVal detailArg As ApplicationInstallFailedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXShell
Dim application As ApplicationPackage
Dim detailArg As ApplicationInstallFailedEventArgs
 
instance.OnInstallFailed(application, detailArg)
C# 
protected void OnInstallFailed( 
   ApplicationPackage application,
   ApplicationInstallFailedEventArgs detailArg
)
Delphi 
protected procedure OnInstallFailed( 
    application: ApplicationPackage;
    detailArg: ApplicationInstallFailedEventArgs
); 
JScript 
protected function OnInstallFailed( 
   application : ApplicationPackage,
   detailArg : ApplicationInstallFailedEventArgs
);
Managed Extensions for C++ 
protected: void OnInstallFailed( 
   ApplicationPackage* application,
   ApplicationInstallFailedEventArgs* detailArg
) 
C++/CLI 
protected:
void OnInstallFailed( 
   ApplicationPackage^ application,
   ApplicationInstallFailedEventArgs^ detailArg
) 

Parameters

application
An ApplicationPackage.
detailArg
The error details of the installation failure.

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.