Class DirectoryEventArgs
Event arguments for directories.
Inherited Members
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 SourceDirectoryEventArgs(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 SourceHasMatchingFiles
Get a value indicating if the directory contains any matching files or not.
Declaration
public bool HasMatchingFiles { get; }
Property Value
Type | Description |
---|---|
System.Boolean |