LineWizardInitializeArgs Constructor
See Also 
SourceCode.Workflow.Authoring Namespace > LineWizardInitializeArgs Class : LineWizardInitializeArgs Constructor



parent
The parent object can be either the object the wizard is dropped on or the object it is configuring.
delayedExecution
Then false the execution of a wizard is delayed.
startActivity
The start activity for a line.
finishActivity
The finish acvitiy for a line.

Glossary Item Box

Initialized a new instance of the SourceCode.Workflow.WizardFramework.LineWizardInitializeArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parent As IWizardConfigurable, _
   ByVal delayedExecution As Boolean, _
   ByVal startActivity As Activity, _
   ByVal finishActivity As Activity _
)
Visual Basic (Usage)Copy Code
Dim parent As IWizardConfigurable
Dim delayedExecution As Boolean
Dim startActivity As Activity
Dim finishActivity As Activity
 
Dim instance As New LineWizardInitializeArgs(parent, delayedExecution, startActivity, finishActivity)

Parameters

parent
The parent object can be either the object the wizard is dropped on or the object it is configuring.
delayedExecution
Then false the execution of a wizard is delayed.
startActivity
The start activity for a line.
finishActivity
The finish acvitiy for a line.

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