VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

ChannelValueChangeEventArgs Class

Provides data about channel value changes for the ChannelValueChangeEventHandler event.

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 ChannelValueChangeEventArgs _
	Inherits EventArgs
C#
public class ChannelValueChangeEventArgs : EventArgs
Visual C++
public ref class ChannelValueChangeEventArgs : public EventArgs

Inheritance Hierarchy

System.Object
    System.EventArgs
        NationalInstruments.VeriStand.ClientAPI.ChannelValueChangeEventArgs

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?