JAMS Developer Guide
LoadControl Method (IViewExecutingJob)


MVPSI.JAMSExtension Namespace > IViewExecutingJob Interface : LoadControl Method
LoadControl is called to peform any neccessary actions on the View Control before being displayed.
Syntax
'Declaration
 
Sub LoadControl( _
   ByVal xj As IExecutingJob _
) 
'Usage
 
Dim instance As IViewExecutingJob
Dim xj As IExecutingJob
 
instance.LoadControl(xj)
void LoadControl( 
   IExecutingJob xj
)

Parameters

xj
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

IViewExecutingJob Interface
IViewExecutingJob Members