Event on Stimulate Selected from the main window.

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

Syntax

Visual Basic
Public Shared Function OnStimulateSelected ( _
	lRow As Integer, _
	lTO As Integer, _
	szLeft As String, _
	szRight As String _
) As String

Parameters

lRow
Type: System..::..Int32
Item for which stimulation has to be performed.
lTO
Type: System..::..Int32
Not used
szLeft
Type: System..::..String
Not used
szRight
Type: System..::..String
Not used

Return Value

String with error description or empty if no error ocured

Remarks

This function will be executed on a click on the "Stimulate Selected" button in the main window. One one ore more item(s) in the item list has been selected, for which the stimulation has to be performed. If more items were selected, OnStimulateSelected will be executed succesively for each item.

See Also