Intersoft ClientUI Documentation
Downloaded Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IShellManager Interface : Downloaded Method






arg
Called when an application was successfully downloaded.

Syntax

Visual Basic (Declaration) 
Sub Downloaded( _
   ByVal arg As ApplicationActivityEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IShellManager
Dim arg As ApplicationActivityEventArgs
 
instance.Downloaded(arg)
C# 
void Downloaded( 
   ApplicationActivityEventArgs arg
)
Delphi 
procedure Downloaded( 
    arg: ApplicationActivityEventArgs
); 
JScript 
function Downloaded( 
   arg : ApplicationActivityEventArgs
);
Managed Extensions for C++ 
void Downloaded( 
   ApplicationActivityEventArgs* arg
) 
C++/CLI 
void Downloaded( 
   ApplicationActivityEventArgs^ arg
) 

Parameters

arg

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.