DigitalChangeDetectionEventHandler Delegate
- Updated2026-02-05
- 1 minute(s) read
Represents the method that handles the DigitalChangeDetection event.
Syntax
Namespace: NationalInstruments
public delegate void DigitalChangeDetectionEventHandler(object sender, DigitalChangeDetectionEventArgs e)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | object | The Task that caused this event. |
| e | DigitalChangeDetectionEventArgs | A DigitalChangeDetectionEventArgs that contains the event data. |