Click or drag to resize

AfterWriteEventArgs Class

Inheritance Hierarchy

Namespace:  FileHelpers.Events
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public class AfterWriteEventArgs : WriteEventArgs

The AfterWriteEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEngine
The engine that raise the event
(Inherited from FileHelpersEventArgs.)
Public propertyLineNumber
The current line number.
(Inherited from FileHelpersEventArgs.)
Public propertyRecordLine
The line to be written to the destination. WARNING: you can change the line value and the engines will write it to the destination.
Top
See Also