Intersoft ClientUI Documentation
OnConnecting Method



The ApplicationPackage being connected.
Called when the application is being located and prepared for the next operation.
Syntax
Protected Sub OnConnecting( _
   ByVal application As ApplicationPackage _
) 
Dim instance As UXShell
Dim application As ApplicationPackage
 
instance.OnConnecting(application)
protected void OnConnecting( 
   ApplicationPackage application
)
protected:
void OnConnecting( 
   ApplicationPackage^ application
) 

Parameters

application
The ApplicationPackage being connected.
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