Called in write operations just after the record was converted to a string.
The event handler receives an argument of type AfterWriteRecordEventArgs containing data related to this event. The following AfterWriteRecordEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| LineNumber | The current line number. |
| Record | The current record. |
| RecordLine | The line to be written to the file. WARNING: you can change this and the engines will write it to the file. |
MultiRecordEngine Class | FileHelpers Namespace