ZipShrinkProgressEventArgs Class
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9448)
Provides data for the ShrinkProgress event.
Syntax
public class ZipShrinkProgressEventArgs : ProgressChangedEventArgs
Inherited 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. |