ZipOperationStart event |
|
Remarks
Occurs at the beginning of a ZIP operation started through a previous call to one between the ZIP.EntryAdd, ZIP.EntryAddFromMemory, ZIP.EntryExtractToFile or ZIP.EntryExtractToMemory methods.
For further details about methods for ZIP management refer to the ZipMan class.
For details about using ZIP management refer to the How to manage ZIP files tutorial.
Syntax
[Visual Basic] Public Event ZipOperationStart As EventHandler |
[C#] public event EventHandler ZipOperationStart; |
[C++] public: __event EventHandler ZipOperationStart; |
Event Data
The event handler receives an argument of type EventArgs.