Called in read operations just after the record was created from a record string.
The event handler receives an argument of type AfterReadRecordEventArgs containing data related to this event. The following AfterReadRecordEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| LineNumber | The current line number. |
| Record | The current record. |
| RecordLine | The just read record line. |
| SkipThisRecord | Set this property to true if you want to bypass the current record. |
FileHelperEngine Class | FileHelpers Namespace