Show / Hide Table of Contents

Class DirectoryEventArgs

Event arguments for directories.

Inheritance
System.Object
System.EventArgs
ScanEventArgs
DirectoryEventArgs
Inherited Members
ScanEventArgs.Name
ScanEventArgs.ContinueRunning
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ICSharpCode.SharpZipLib.Core
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public class DirectoryEventArgs : ScanEventArgs

Constructors

| Improve this Doc View Source

DirectoryEventArgs(String, Boolean)

Initialize an instance of DirectoryEventArgs.

Declaration
public DirectoryEventArgs(string name, bool hasMatchingFiles)
Parameters
Type Name Description
System.String name

The name for this directory.

System.Boolean hasMatchingFiles

Flag value indicating if any matching files are contained in this directory.

Properties

| Improve this Doc View Source

HasMatchingFiles

Get a value indicating if the directory contains any matching files or not.

Declaration
public bool HasMatchingFiles { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors