VeriStand .NET API Reference

DOnSessionComplete Delegate

Delegate to define the SessionComplete 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 DOnSessionComplete ( _
	sender As Object, _
	e As EventArgs _
)
C#
public delegate void DOnSessionComplete(
	Object sender,
	EventArgs e
)
Visual C++
public delegate void DOnSessionComplete(
	Object^ sender, 
	EventArgs^ e
)

Parameters

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

See Also

Log in to get a better experience