The ZipArchive type exposes the following members.
Events
Name | Description | |
---|---|---|
AddCompleted |
Occurs when the asynchronous call of the AddAsync or the AddFileAsync method is completed (or canceled or raised an exception).
| |
DeleteCompleted |
Occurs when the asynchronous call of the DeleteAsync method is completed (or canceled or raised an exception).
| |
ExtractCompleted |
Occurs when the asynchronous call of the ExtractAsync or the ExtractFileAsync method is completed (or canceled or raised an exception).
| |
GetItemsCompleted |
Occurs when the asynchronous call of the GetItemsAsync method is completed (or canceled or raised an exception).
| |
MoveCompleted |
Occurs when the asynchronous call of the MoveAsync method is completed (or canceled or raised an exception).
| |
PasswordRequired |
Occurs when a password is needed for decompressing an item.
| |
ProblemDetected |
Occurs when a problem is detected in Add, Extract, Delete or GetItems methods, making it possible for the handler to choose a desired action.
| |
ProgressChanged |
Occurs when a significant action occurs in Add, Extract, Delete, GetItems methods.
| |
SaveCompleted |
Occurs when the asynchronous call of the SaveAsync method is completed (or canceled or raised an exception).
| |
ShrinkProgress |
Occurs when a data block is processed while shrinking the archive.
|