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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also