VeriStand .NET API Reference

ParameterValueWatcher.OnParameterValueChange Method

Method used to interface between the event in the IModelManager2 and the event in the ParameterValueWatcher 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 OnParameterValueChange ( _
	sender As Object, _
	e As ParameterValueChangeEventArgs _
)
C#
protected void OnParameterValueChange(
	Object sender,
	ParameterValueChangeEventArgs e
)
Visual C++
protected:
void OnParameterValueChange(
	Object^ sender, 
	ParameterValueChangeEventArgs^ e
)

Parameters

sender
Type: System.Object
Object producing the event
e
Type: NationalInstruments.VeriStand.ClientAPI.ParameterValueChangeEventArgs
Instance containing the data relevant to this value change

See Also

Log in to get a better experience