Dart.PowerTCP.Zip Namespace : ProgressEventArgs Class |
For a list of all members of this type, see ProgressEventArgs members.
Name | Description | |
---|---|---|
![]() | Item | The ArchiveItem object currently being processed. |
![]() | ItemIndex | The index of the ArchiveItem object currently being processed. |
![]() | ProcessedItemBytes | The total uncompressed bytes already processed by the ArchiveItem. |
![]() | ProcessedTotalBytes | The cumulative number of bytes that have been processed in the Archive collection during the current operation. |
![]() | Status | The status of the current on-going operation. |
![]() | TotalBytes | The total bytes to be processed for this operation. |