Occurs when the asynchronous call of the AddAsync or the AddFileAsync method is completed (or canceled or raised an exception).
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public Event AddCompleted As EventHandler(Of ZipAddCompletedEventArgs) |
| C# |
|---|
public event EventHandler<ZipAddCompletedEventArgs> AddCompleted |