Intersoft ClientUI Documentation
Initialize Method (IApplicationInitializer)



Initializes the application when the package is loaded.
Syntax
Sub Initialize( _
   ByVal package As ApplicationPackage _
) 
Dim instance As IApplicationInitializer
Dim package As ApplicationPackage
 
instance.Initialize(package)
void Initialize( 
   ApplicationPackage package
)
void Initialize( 
   ApplicationPackage^ package
) 

Parameters

package
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

IApplicationInitializer Interface
IApplicationInitializer Members

Send Feedback