VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

DOnSessionUndeploy Delegate

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

Was this information helpful?