VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

ParameterValueChangeEventArgs Class

Provides data about model parameter value changes for the ParameterValueChanged and ParameterValueChangeEventHandler events.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Class ParameterValueChangeEventArgs _
	Inherits EventArgs
C#
public class ParameterValueChangeEventArgs : EventArgs
Visual C++
public ref class ParameterValueChangeEventArgs : public EventArgs

Inheritance Hierarchy

System.Object
    System.EventArgs
        NationalInstruments.VeriStand.ClientAPI.ParameterValueChangeEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Was this information helpful?