VeriStand .NET API Reference

ChannelValueChangeEventArgs Constructor

Initializes a new instance of the ChannelValueChangeEventArgs 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 ( _
	value As DataArray _
)
C#
public ChannelValueChangeEventArgs(
	DataArray value
)
Visual C++
public:
ChannelValueChangeEventArgs(
	DataArray^ value
)

Parameters

value
Type: DataArray
The new value of the channel.

See Also