NI-DAQmx .NET Framework 4.5 API Reference

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.45.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.

See Also

Log in to get a better experience