Occurs when a data block is processed while shrinking the archive.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Event ShrinkProgress As EventHandler(Of ZipShrinkProgressEventArgs) |
C# |
---|
public event EventHandler<ZipShrinkProgressEventArgs> ShrinkProgress |