Delegate ProcessFileHandler
Delegate invoked before starting to process a file.
Namespace: ICSharpCode.SharpZipLib.Core
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public delegate void ProcessFileHandler(object sender, ScanEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event |
ScanEventArgs | e | The event arguments. |