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

MultiRecordEngine.AfterReadRecord Event

Called in read operations just after the record was created from a record string.

[Visual Basic]
Public Event AfterReadRecord As AfterReadRecordHandler
[C#]
public event AfterReadRecordHandler AfterReadRecord;

Event Data

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

Property Description
LineNumber The current line number.
Record The current record.
RecordLine The just read record line.
SkipThisRecord Set this property to true if you want to bypass the current record.

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