Click or drag to resize
DataReaderBaseReadRecordEventHandler Delegate
Represents the method that will handle the ReadRecord event of a DataReaderBase instance.

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public delegate void ReadRecordEventHandler(
	DataReaderBaseReadRecordEventArgs e
)

Parameters

e
Type: DataStreams.CommonDataReaderBaseReadRecordEventArgs
The DataReaderBaseReadRecordEventArgs that contains the event data.
See Also