Occurs when a data block is processed while shrinking the archive.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0
Syntax
| C# |
|---|
public event EventHandler<ZipShrinkProgressEventArgs> ShrinkProgress |
| Visual Basic (Declaration) |
|---|
Public Event ShrinkProgress As EventHandler(Of ZipShrinkProgressEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<ZipShrinkProgressEventArgs^>^ ShrinkProgress { void add (EventHandler<ZipShrinkProgressEventArgs^>^ value); void remove (EventHandler<ZipShrinkProgressEventArgs^>^ value); } |