Sets the callback on change of Settings.

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

Syntax

Visual Basic
Public Sub SetOnChangeCallback ( _
	lAddr As OnChangeDelegate _
)

Parameters

lAddr
Type: OnChangeDelegate

[Missing <param name="lAddr"/> documentation for "M:ExpSuite.frmSettings.SetOnChangeCallback(ExpSuite.FWintern.OnChangeDelegate)"]

Remarks

OnChange callback will be executed on change of a value in Settings dialog. A click on OK is not required to execute OnChange - e.g. a text box loses its focus and OnChange will be executed immediatly. The delegate is OnChangeDelegate(ByVal ExpType As Integer) where ExpType is the current experiment type

See Also