Skip to main content
A newer version of this page is available. .

ZipArchive Events

The central object of the library - a package of entries containing compressed data.
Name Description
AllowFileOverwrite Occurs when the item extracted from the archive tries to overwrite a file that already exists.
Error Fires when an error occurs while adding files to the archive, processing archive items or saving the archive.
ItemAdding Occurs before a zip item is added to the archive.
Progress Occurs evenly while the items are being compressed to indicate progress.
See Also