FileFailureDelegate Delegate

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

FileFailureDelegate Delegate

Delegate invoked when a file failure is detected.

public delegate void FileFailureDelegate(
   object sender,
   ScanFailureEventArgs e
);

Requirements

Namespace: ICSharpCode.SharpZipLib.Core

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

See Also

ICSharpCode.SharpZipLib.Core Namespace