ParameterValueWatcher.OnParameterValueChange Method
- Updated2023-02-21
- 2 minute(s) read
Method used to interface between the event in the IModelManager2 and the event in the ParameterValueWatcher 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 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