The ZipShrinkProgressEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCurrentItemProgressPercentage
Gets the number between 0 and 100 representing the percentage of completeness of the currently processing item.
Public propertySupported by the .NET Compact FrameworkItemsProcessed
Gets the number of items that were processed.
Public propertySupported by the .NET Compact FrameworkItemsTotal
Gets the total number of items to be processed.
Public propertySupported by the .NET Compact FrameworkOperation
Gets the current ZipArchive operation.
Public propertySupported by the .NET Compact FrameworkProgressPercentage
Gets a number between 0 and 100 representing the percentage of completeness of the operation.
Public propertySupported by the .NET Compact FrameworkUserState
Gets a user state object.
(Inherited from ProgressChangedEventArgs.)

See Also