Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

MultiRecordEngine.AfterWriteRecord Event

Called in write operations just after the record was converted to a string.

[Visual Basic]
Public Event AfterWriteRecord As AfterWriteRecordHandler
[C#]
public event AfterWriteRecordHandler AfterWriteRecord;

Event Data

The event handler receives an argument of type AfterWriteRecordEventArgs containing data related to this event. The following AfterWriteRecordEventArgs properties provide information specific to this event.

Property Description
LineNumber The current line number.
Record The current record.
RecordLine The line to be written to the file. WARNING: you can change this and the engines will write it to the file.

See Also

MultiRecordEngine Class | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox