Sets the callback on loading Settings in the dialog.

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

Syntax

Visual Basic
Public Sub SetOnLoadCallback ( _
	lAddr As OnLoadDelegate _
)

Parameters

lAddr
Type: OnLoadDelegate
Address of the callback function.

Remarks

OnLoad callback will be executed on loading of the Settings dialog. This gives a possibility to adapt the Settings dialog, before it have been shown.

See Also