Click or drag to resize

IExperimentInfoProviderHandleExperimentInformationAcceptable Method

Is called when experiment information can be provided, e.g. after the experiment information dialog was shown.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
void HandleExperimentInformationAcceptable(
	ExperimentInfo currentExperimentInfo
)

Parameters

currentExperimentInfo  ExperimentInfo
The current experiment information.
Remarks
The ExperimentInfoProvided can always be raised, it might just not lead to any effects.
See Also