AfterWriteEventArgsT Class |
Namespace: FileHelpers.Events
[Missing <typeparam name="T"/> documentation for "T:FileHelpers.Events.AfterWriteEventArgs`1"]
The AfterWriteEventArgsT 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 line to be written to the destination.
WARNING: you can change the line value and the engines will write it to the destination.
(Inherited from AfterWriteEventArgs.) |