Represents the method that will handle the ReadRecord
event of a CsvDataReader instance.
[Visual Basic]Public Delegate Sub CsvDataReader.ReadRecordEventHandler( _
ByVal
e As
ReadRecordEventArgs _
)
Parameters
- e
-
The CsvDataReader.ReadRecordEventArgs that contains the event data.
Requirements
Namespace: Csv
Assembly: Csv (in Csv.dll)
See Also
Csv Namespace