VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

AlarmTriggerEventArgs Class

Provides data about a triggered alarm for the OnAlarmTrigger2 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 AlarmTriggerEventArgs _
	Inherits EventArgs
C#
public class AlarmTriggerEventArgs : EventArgs
Visual C++
public ref class AlarmTriggerEventArgs : public EventArgs

Inheritance Hierarchy

System.Object
    System.EventArgs
        NationalInstruments.VeriStand.ClientAPI.AlarmTriggerEventArgs

See Also

Was this information helpful?