Called in write operations just before the record is converted to a string to write it.
The event handler receives an argument of type BeforeWriteRecordEventArgs containing data related to this event. The following BeforeWriteRecordEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| LineNumber | The current line number. |
| Record | The current record. |
| SkipThisRecord | Set this property as true if you want to bypass the current record. |
MultiRecordEngine Class | FileHelpers Namespace