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

MultiRecordEngine.BeforeReadRecord Event

Called in read operations just before the record string is translated to a record.

[Visual Basic]
Public Event BeforeReadRecord As BeforeReadRecordHandler
[C#]
public event BeforeReadRecordHandler BeforeReadRecord;

Event Data

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

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

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