Click or drag to resize

ProgressEventArgs Properties

The ProgressEventArgs type exposes the following members.

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