VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

SequenceStateChangeEventArgs Class

Event data returned when the execution state of a real-time sequence changes.

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

Inheritance Hierarchy

System.Object
    System.EventArgs
        NationalInstruments.VeriStand.ClientAPI.SequenceStateChangeEventArgs

See Also

Was this information helpful?