VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

DOnSequenceStateChange Delegate

Delegate to define the StateChange event handler.

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 Delegate Sub DOnSequenceStateChange ( _
	sender As Object, _
	e As SequenceStateChangeEventArgs _
)
C#
public delegate void DOnSequenceStateChange(
	Object sender,
	SequenceStateChangeEventArgs e
)
Visual C++
public delegate void DOnSequenceStateChange(
	Object^ sender, 
	SequenceStateChangeEventArgs^ e
)

Parameters

sender
Type: System.Object
The source of the event.
e
Type: NationalInstruments.VeriStand.ClientAPI.SequenceStateChangeEventArgs
An EventArgs that contains no event data.

See Also

Was this information helpful?