NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DigitalChangeDetectionEventHandler Delegate

  • Updated2023-02-21
  • 1 minute(s) read
DigitalChangeDetectionEventHandler Delegate
Represents the method that handles the DigitalChangeDetection event.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public delegate void DigitalChangeDetectionEventHandler(
	Object sender,
	DigitalChangeDetectionEventArgs e
)
Public Delegate Sub DigitalChangeDetectionEventHandler ( 
	sender As Object,
	e As DigitalChangeDetectionEventArgs
)

Parameters

sender
Type: SystemObject
The Task that caused this event.
e
Type: NationalInstruments.DAQmxDigitalChangeDetectionEventArgs
A DigitalChangeDetectionEventArgs that contains the event data.

See Also

Log in to get a better experience