Click or drag to resize

ProgressEventArgs Class

Class used to notify the current progress position and other context info.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    FileHelpers.EventsProgressEventArgs

Namespace:  FileHelpers.Events
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public class ProgressEventArgs : EventArgs

The ProgressEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodProgressEventArgs(Int32, Int32)
Create a progress event argument
Public methodProgressEventArgs(Int32, Int32, Int64, Int64)
Create a progress event argument
Top
Properties
  NameDescription
Public propertyCurrentBytes
Current position in the file
Public propertyCurrentRecord
Number of the record being processed
Public propertyPercent
Percentage of the file complete (estimate or completion time)
Public propertyTotalBytes
Total bytes in the file
Public propertyTotalRecords
Total records in the file (-1 is unknown)
Top
See Also