BeforeReadHandlerT Delegate |
Called in read operations just before the record string is translated to a record.
Namespace:
FileHelpers.Events
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic delegate void BeforeReadHandler<T>(
EngineBase engine,
BeforeReadEventArgs<T> e
)
where T : class
Public Delegate Sub BeforeReadHandler(Of T As Class) (
engine As EngineBase,
e As BeforeReadEventArgs(Of T)
)
Parameters
- engine
- Type: FileHelpersEngineBase
The engine that generates the event. - e
- Type: FileHelpers.EventsBeforeReadEventArgsT
The event data.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:FileHelpers.Events.BeforeReadHandler`1"]
See Also