JAMS Developer Guide
LoadControl Method (IViewJobHistory)


MVPSI.JAMSExtension Namespace > IViewJobHistory Interface : LoadControl Method
LoadControl is called to perform any necessary actions on the View Control before being displayed.
Syntax
'Declaration
 
Sub LoadControl( _
   ByVal histObj As History _
) 
'Usage
 
Dim instance As IViewJobHistory
Dim histObj As History
 
instance.LoadControl(histObj)
void LoadControl( 
   History histObj
)

Parameters

histObj
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

IViewJobHistory Interface
IViewJobHistory Members