TaskDoneEventHandler Delegate
- Updated2023-02-21
- 1 minute(s) read
TaskDoneEventHandler Delegate
Represents the method that handles the Done event.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public delegate void TaskDoneEventHandler( Object sender, TaskDoneEventArgs e )
Public Delegate Sub TaskDoneEventHandler ( sender As Object, e As TaskDoneEventArgs )
Parameters
- sender
- Type: SystemObject
The Task that caused this event. - e
- Type: NationalInstruments.DAQmxTaskDoneEventArgs
A TaskDoneEventArgs that contains the event data.