RanorexRanorex Documentation
Configuration..::.ConfigurationParam..::.CheckValueHandler Delegate
NamespacesRanorex.CoreConfiguration..::.ConfigurationParamConfiguration..::.ConfigurationParam..::.CheckValueHandler
Checks whether the value is valid for this parameter and converts the value to a valid format if possible.
Declaration Syntax
C#Visual BasicVisual C++
public delegate Object CheckValueHandler(
	Object value
)
Public Delegate Function CheckValueHandler ( _
	value As Object _
) As Object
public delegate Object^ CheckValueHandler(
	Object^ value
)
Parameters
value (Object)
The value to set to the Value property.
Return Value
The checked value, possibly converted to a valid format if possible.
Remarks
Throw an ArgumentException inside the handler if the value is not a valid value and cannot be made valid for this parameter.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)