DaqWarningEventHandler Delegate
- Updated2023-02-21
- 1 minute(s) read
DaqWarningEventHandler Delegate
Represents the method that handles the DaqWarning event.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public delegate void DaqWarningEventHandler( Object sender, DaqWarningEventArgs e )
Public Delegate Sub DaqWarningEventHandler ( sender As Object, e As DaqWarningEventArgs )
Parameters
- sender
- Type: SystemObject
The source of the event. - e
- Type: NationalInstruments.DAQmxDaqWarningEventArgs
A DaqWarningEventArgs object that contains the event data.