DOnSessionComplete Delegate
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Delegate to define the SessionComplete event handler.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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.