ProcessDirectoryDelegate Delegate

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ProcessDirectoryDelegate Delegate

Delegate invoked when a directory is processed.

public delegate void ProcessDirectoryDelegate(
   object sender,
   DirectoryEventArgs e
);

Requirements

Namespace: ICSharpCode.SharpZipLib.Core

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

See Also

ICSharpCode.SharpZipLib.Core Namespace