Navigation:  Object Model Reference > Builder Object >

StepStarted Event

Previous pageReturn to chapter overviewNext page

Occurs after a step has started building. Custom script event code can be added for this event.

 

Syntax

 

builder_StepStarted(ByVal step As IStep)

 

Arguments

 

builder

       Builder object

 

step

       The step that is about to be built.

 

See Also

 

Applies to Builder object