The ZipArchive type exposes the following members.

Events

  NameDescription
Public eventSupported by the .NET Compact FrameworkAddCompleted
Occurs when the asynchronous call of the AddAsync or the AddFileAsync method is completed (or canceled or raised an exception).
Public eventSupported by the .NET Compact FrameworkDeleteCompleted
Occurs when the asynchronous call of the DeleteAsync method is completed (or canceled or raised an exception).
Public eventSupported by the .NET Compact FrameworkExtractCompleted
Occurs when the asynchronous call of the ExtractAsync or the ExtractFileAsync method is completed (or canceled or raised an exception).
Public eventSupported by the .NET Compact FrameworkGetItemsCompleted
Occurs when the asynchronous call of the GetItemsAsync method is completed (or canceled or raised an exception).
Public eventSupported by the .NET Compact FrameworkMoveCompleted
Occurs when the asynchronous call of the MoveAsync method is completed (or canceled or raised an exception).
Public eventSupported by the .NET Compact FrameworkPasswordRequired
Occurs when a password is needed for decompressing an item.
Public eventSupported by the .NET Compact FrameworkProblemDetected
Occurs when a problem is detected in Add, Extract, Delete or GetItems methods, making it possible for the handler to choose a desired action.
Public eventSupported by the .NET Compact FrameworkProgressChanged
Occurs when a significant action occurs in Add, Extract, Delete, GetItems methods.
Public eventSupported by the .NET Compact FrameworkSaveCompleted
Occurs when the asynchronous call of the SaveAsync method is completed (or canceled or raised an exception).
Public eventSupported by the .NET Compact FrameworkShrinkProgress
Occurs when a data block is processed while shrinking the archive.

See Also