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 SetOnBreakCallback ( _
	lAddr As OnBreakDelegate _
)

Parameters

lAddr
Type: OnBreakDelegate
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