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 ReferenceEveryNSamplesWrittenEventHandler DelegateCurrent page
Table of Contents

EveryNSamplesWrittenEventHandler Delegate

EveryNSamplesWrittenEventHandler Delegate

EveryNSamplesWrittenEventHandler Delegate

Represents the method that handles the EveryNSamplesWritten event.

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

Syntax

public delegate void EveryNSamplesWrittenEventHandler(
	Object sender,
	EveryNSamplesWrittenEventArgs e
)
Public Delegate Sub EveryNSamplesWrittenEventHandler ( 
	sender As Object,
	e As EveryNSamplesWrittenEventArgs
)

Parameters

sender
Type: SystemObject
The Task that caused this event.
e
Type: NationalInstruments.DAQmxEveryNSamplesWrittenEventArgs
An EveryNSamplesWrittenEventArgs that contains the event data.

See Also

In This Section
Was this information helpful?