Click or drag to resize

AfterWriteEventArgsT Properties

The AfterWriteEventArgsT generic 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 propertyRecord
The current record.
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.
(Inherited from AfterWriteEventArgs.)
Top
See Also