NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DaqWarningEventHandler Delegate

DaqWarningEventHandler Delegate

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.

See Also

In This Section
Was this information helpful?