Click or drag to resize

INotifyReadAfterRead Method

Method called by the engines after read a record from the source data.

Namespace:  FileHelpers.Events
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
void AfterRead(
	AfterReadEventArgs e
)

Parameters

e
Type: FileHelpers.EventsAfterReadEventArgs
The Event Info
See Also