![]() | Download Help (Windows Only) |
Represents the method that handles the Done event.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Delegate Sub TaskDoneEventHandler ( _ sender As Object, _ e As TaskDoneEventArgs _ ) |
C# |
---|
public delegate void TaskDoneEventHandler( Object sender, TaskDoneEventArgs e ) |
Helpful
Not Helpful