ProcessFileDelegate Delegate

SharpZip Compression Library

SharpZip Compression Library

ProcessFileDelegate Delegate

Delegate invoked when a file is processed.

public delegate void ProcessFileDelegate(
   object sender,
   ScanEventArgs e
);

Requirements

Namespace: ICSharpCode.SharpZipLib.Core

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

ICSharpCode.SharpZipLib.Core Namespace