ChannelValueWatcher.OnChannelValueChange Method
- Updated2023-02-21
- 2 minute(s) read
Method used to interface between the event in the IChannelMonitor and the event in the ChannelValueWatcher 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) |
|---|
Protected Sub OnChannelValueChange ( _ sender As Object, _ e As ChannelValueChangeEventArgs _ ) |
| C# |
|---|
protected void OnChannelValueChange( Object sender, ChannelValueChangeEventArgs e ) |
| Visual C++ |
|---|
protected: void OnChannelValueChange( Object^ sender, ChannelValueChangeEventArgs^ e ) |
Parameters
- sender
- Type: System.Object
Object producing the event
- e
- Type: NationalInstruments.VeriStand.ClientAPI.ChannelValueChangeEventArgs
Instance containing the data relevant to this value change