AfterReadEventArgs Class |
Namespace: FileHelpers.Events
The AfterReadEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Engine | The engine that raise the event (Inherited from FileHelpersEventArgs.) |
![]() | LineNumber | The current line number. (Inherited from FileHelpersEventArgs.) |
![]() | RecordLine | The record line just read. (Inherited from ReadEventArgs.) |
![]() | RecordLineChanged | Whether the RecordLine property has been written-to. (Inherited from ReadEventArgs.) |
![]() | SkipThisRecord | Set this property to true if you want to bypass the current record. (Inherited from ReadEventArgs.) |