Delegate FileFailureHandler
Delegate invoked when a file failure is detected.
Namespace: ICSharpCode.SharpZipLib.Core
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public delegate void FileFailureHandler(object sender, ScanFailureEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The source of the event |
| ScanFailureEventArgs | e | The event arguments. |