Occurs when the asynchronous call of the GetItemsAsync 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 GetItemsCompleted As EventHandler(Of ZipGetItemsCompletedEventArgs) |
C# |
---|
public event EventHandler<ZipGetItemsCompletedEventArgs> GetItemsCompleted |