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