The ZipShrinkProgressEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentItemProgressPercentage |
Gets the number between 0 and 100 representing the percentage of completeness of the currently processing item.
| |
ItemsProcessed |
Gets the number of items that were processed.
| |
ItemsTotal |
Gets the total number of items to be processed.
| |
Operation |
Gets the current ZipArchive operation.
| |
ProgressPercentage |
Gets a number between 0 and 100 representing the percentage of completeness of the operation.
| |
UserState |
Gets a user state object.
(Inherited from ProgressChangedEventArgs.) |