Event on Create Item List from the main window.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function OnCreateItemList As Integer

Return Value

String describing an error or empty if an item list could be successfully created.

Remarks

This function will be called on click on the "Create List" in the main window. The item list should be created and filled with content, which is required to start an experiment. All Settings or Options, on which the item list depends must be validated to avoid run time errors.

See Also