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