Event on load of the application.

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

Syntax

Visual Basic
Public Shared Sub OnLoad

Remarks

Put following tasks here:
  • configuration of experiment types (for the number of types defined in Config)
  • configurations of experimental variables (Resize gvalExp and configure each variable)
  • configurations of experimental constants (Resize gconstExp and configure each constant)
  • define the item list
  • set callback functions
  • See Also