Show / Hide Table of Contents

Delegate ProcessFileHandler

Delegate invoked before starting to process a file.

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

The source of the event

ScanEventArgs e

The event arguments.

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