ProgressEventArgs Class |
Namespace: FileHelpers.Events
The ProgressEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProgressEventArgs(Int32, Int32) |
Create a progress event argument
|
![]() | ProgressEventArgs(Int32, Int32, Int64, Int64) |
Create a progress event argument
|
Name | Description | |
---|---|---|
![]() | CurrentBytes |
Current position in the file
|
![]() | CurrentRecord |
Number of the record being processed
|
![]() | Percent |
Percentage of the file complete (estimate or completion time)
|
![]() | TotalBytes |
Total bytes in the file
|
![]() | TotalRecords |
Total records in the file (-1 is unknown)
|