Delegate CompletedFileHandler
Delegate invoked when a file has been completely processed.
Namespace: ICSharpCode.SharpZipLib.Core
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public delegate void CompletedFileHandler(object sender, ScanEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event |
ScanEventArgs | e | The event arguments. |