ProgressMessageHandler Delegate

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ProgressMessageHandler Delegate

Used to advise clients of 'events' while processing archives

public delegate void ProgressMessageHandler(
   TarArchive archive,
   TarEntry entry,
   string message
);

Requirements

Namespace: ICSharpCode.SharpZipLib.Tar

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

See Also

ICSharpCode.SharpZipLib.Tar Namespace