DaqWarningEventHandler Delegate
- Updated2026-02-03
- 1 minute(s) read
Represents the method that handles the DaqWarning event.
Syntax
Namespace: NationalInstruments
public delegate void DaqWarningEventHandler(object sender, DaqWarningEventArgs e)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | object | The source of the event. |
| e | DaqWarningEventArgs | A DaqWarningEventArgs object that contains the event data. |