Click or drag to resize

BeforeWriteHandlerT Delegate

Called in write operations just before the record is converted to a string to write it.

Namespace:  FileHelpers.Events
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public delegate void BeforeWriteHandler<T>(
	EngineBase engine,
	BeforeWriteEventArgs<T> e
)
where T : class

Parameters

engine
Type: FileHelpersEngineBase
The engine that generates the event.
e
Type: FileHelpers.EventsBeforeWriteEventArgsT
The event data.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:FileHelpers.Events.BeforeWriteHandler`1"]

See Also