DOnSessionUndeploy Delegate
- Updated2023-02-21
- 2 minute(s) read
Delegate to define the SessionUndeploy event handler.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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.