Occurs when a significant action occurs in Add, Extract, Delete, GetItems methods.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Event ProgressChanged As EventHandler(Of ZipProgressChangedEventArgs) |
C# |
---|
public event EventHandler<ZipProgressChangedEventArgs> ProgressChanged |
Remarks
Use this to be informed about current operations and suboperations.