VeriStand .NET API Reference

ChannelValueWatcher.OnChannelValueChange Method

Method used to interface between the event in the IChannelMonitor and the event in the ChannelValueWatcher 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)
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

See Also