Click or drag to resize

BeforeReadEventArgsT Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    FileHelpers.EventsFileHelpersEventArgs
      FileHelpers.EventsReadEventArgs
        FileHelpers.EventsBeforeReadEventArgs
          FileHelpers.EventsBeforeReadEventArgsT

Namespace:  FileHelpers.Events
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class BeforeReadEventArgs<T> : BeforeReadEventArgs
where T : class

Type Parameters

T

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

The BeforeReadEventArgsT type exposes the following members.

Properties
  NameDescription
Public propertyEngine
The engine that raise the event
(Inherited from FileHelpersEventArgs.)
Public propertyLineNumber
The current line number.
(Inherited from FileHelpersEventArgs.)
Public propertyRecord
The current record that was just assigned not yet filled
Public propertyRecordLine
The record line just read.
(Inherited from ReadEventArgs.)
Public propertyRecordLineChanged
Whether the RecordLine property has been written-to.
(Inherited from ReadEventArgs.)
Public propertySkipThisRecord
Set this property to true if you want to bypass the current record.
(Inherited from ReadEventArgs.)
Top
See Also