NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceDigitalChangeDetectionEventHandler DelegateCurrent page
Table of Contents

DigitalChangeDetectionEventHandler Delegate

DigitalChangeDetectionEventHandler Delegate

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

In This Section
Was this information helpful?