VeriStand .NET API Reference

ParameterValueChangeEventArgs Constructor

Initializes a new instance of the ParameterValueChangeEventArgs class.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub New ( _
	target As String, _
	paramName As String, _
	value As DataArray _
)
C#
public ParameterValueChangeEventArgs(
	string target,
	string paramName,
	DataArray value
)
Visual C++
public:
ParameterValueChangeEventArgs(
	String^ target, 
	String^ paramName, 
	DataArray^ value
)

Parameters

target
Type: System.String
The name of the target on which the model parameter exists.
paramName
Type: System.String
The name of the model parameter whose value changed.
value
Type: DataArray
An array containing the new value of the model parameter.

See Also