Sets the callback on Set of new Settings.

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

Syntax

Visual Basic
Public Sub SetOnSetCallback ( _
	lAddr As OnSetDelegate _
)

Parameters

lAddr
Type: OnSetDelegate
Address of the callback function.

Remarks

OnSet callback will be executed on:
  • Loading settings from file, just after OnExpTypeChanged
  • click on OK in the Settings form
  • clear Settings to default, just after OnExpTypeChanged
  • See Also