VeriStand .NET API Reference

DOnSequenceComplete Delegate

Delegate to define the SequenceComplete event handler.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Delegate Sub DOnSequenceComplete ( _
	sender As Object, _
	e As SequenceCompleteEventArgs _
)
C#
public delegate void DOnSequenceComplete(
	Object sender,
	SequenceCompleteEventArgs e
)
Visual C++
public delegate void DOnSequenceComplete(
	Object^ sender, 
	SequenceCompleteEventArgs^ e
)

Parameters

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

See Also

Log in to get a better experience