CounterOutputEventHandler Delegate
- 已更新2023-02-21
- 閱讀時間為 1 分鐘
Represents the method that handles the CounterOutput event.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302
Syntax
public delegate void CounterOutputEventHandler( Object sender, CounterOutputEventArgs e )
Public Delegate Sub CounterOutputEventHandler ( sender As Object, e As CounterOutputEventArgs )
Parameters
- sender
- Type: SystemObject
The Task that caused this event. - e
- Type: NationalInstruments.DAQmxCounterOutputEventArgs
A CounterOutputEventArgs that contains the event data.