Feedback

  • Contents
 

II3IDStepEvents Interface

Overview

Derived From:        IDispatch

Interface ID:          {3C1E5C30-0F3B-4E54-9FEE-3F8F725C2D26}

This interface manages step notifications from Interaction Designer.

Methods

EditStepProperties

This step event is called when a request is made to open the properties dialog for a step.  This makes it possible to display a custom property dialog.

GenerateI3Pub

Called prior to a step being written to an Intermediate Publish (.i3pub) file.

Publish

This step event method is called prior to a step being published.

StepInserted

This step event method is called when an instance of a tool is added to a handler.

StepLinked

This method is called when the exit path of one step is assigned to another step.

StepOutOfSync

This method is called when inconsistencies are found between the registered tool and the data stored in the .IHD file.

StepToBeRemoved

This method is called when a request is made to delete an instance of a tool.

StepUnlinked

This method is called when the link between two steps has been removed.

StepUpdated

This method is called when a step has been updated.

Validate

This method is called by Interaction Designer to validate the step to see if it is publishable.  If the step is not publishable, problems are logged to the messages collection of the II3ID interface.

Properties

None.