DOnSequenceComplete Delegate
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Delegate to define the SequenceComplete 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 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.