Click or drag to resize

INotifyWriteBeforeWrite Method

Method called by the engines before write a record to the destination stream.

Namespace:  FileHelpers.Events
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
void BeforeWrite(
	BeforeWriteEventArgs e
)

Parameters

e
Type: FileHelpers.EventsBeforeWriteEventArgs
The Event Info
See Also