ChannelValueWatcher.ChannelValueChangeEventHandler Event
- Updated2023-02-21
- 2 minute(s) read
Event to register a callback to receive notifications when channel values are changed
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 Event ChannelValueChangeEventHandler As EventHandler(Of ChannelValueChangeEventArgs) |
| C# |
|---|
public event EventHandler<ChannelValueChangeEventArgs> ChannelValueChangeEventHandler |
| Visual C++ |
|---|
public: event EventHandler<ChannelValueChangeEventArgs^>^ ChannelValueChangeEventHandler { void add (EventHandler<ChannelValueChangeEventArgs^>^ value); void remove (EventHandler<ChannelValueChangeEventArgs^>^ value); } |