Callback on immediatly change of experiment type in the Settings form.

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

Syntax

Visual Basic
Public Shared Sub OnExpTypeChange ( _
	lOld As Integer, _
	lNew As Integer _
)

Parameters

lOld
Type: System..::..Int32

[Missing <param name="lOld"/> documentation for "M:ExpSuite.EventsSettings.OnExpTypeChange(System.Int32,System.Int32)"]

lNew
Type: System..::..Int32

[Missing <param name="lNew"/> documentation for "M:ExpSuite.EventsSettings.OnExpTypeChange(System.Int32,System.Int32)"]

Remarks

The experiment type changes on:
  • loading setting from file, old exp. type is set to -1 in this case
  • changing the experiment type in the Settings dialog
  • clearing the settings, old exp. type is set to -1 in this case
  • cancelling the settings, old exp. type: chosen in the Procedure tab, new exp. type: type valid before opening the settings form
  • OnExpType callback will be executed on a change of experiment type.

    See Also