Click or drag to resize

INotifyReadBeforeRead Method

Method called by the engines before fill the info of the record and after read the source line.

Namespace:  FileHelpers.Events
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
void BeforeRead(
	BeforeReadEventArgs e
)

Parameters

e
Type: FileHelpers.EventsBeforeReadEventArgs
The Event Info
See Also