Navigation:  Object Model Reference > Builder Object >

StepStarting Event

Previous pageReturn to chapter overviewNext page

Occurs when a step is about to be built. Custom script event code can be added for this event.

 

Syntax

 

builder_StepStarting(ByVal step As IStep, skip As Boolean)

 

Arguments

 

builder

       Builder object

 

step

       The step that is about to be built.

 

skip

       Set this value to True if the step should be skipped.

 

See Also

 

Applies to Builder object