Occurs when the asynchronous call of the ExtractAsync or the ExtractFileAsync 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 ExtractCompleted As EventHandler(Of ZipExtractCompletedEventArgs) |
| C# |
|---|
public event EventHandler<ZipExtractCompletedEventArgs> ExtractCompleted |