ChannelValueChangeEventArgs Constructor
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of the ChannelValueChangeEventArgs class.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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.