AfterReadEventArgsT Class |
Namespace: FileHelpers.Events
[Missing <typeparam name="T"/> documentation for "T:FileHelpers.Events.AfterReadEventArgs`1"]
The AfterReadEventArgsT 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.) |
![]() | Record | The current record. |
![]() | 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.) |