Show / Hide Table of Contents

Delegate DirectoryFailureHandler

Delegate invoked when a directory failure is detected.

Namespace: ICSharpCode.SharpZipLib.Core
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public delegate void DirectoryFailureHandler(object sender, ScanFailureEventArgs e);
Parameters
Type Name Description
System.Object sender

The source of the event

ScanFailureEventArgs e

The event arguments.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors