|
Fingerprint_Card
|
Event arguments for directories. More...


Public Member Functions | |
| DirectoryEventArgs (string name, bool hasMatchingFiles) | |
| Initialize an instance of DirectoryEventArgs. | |
| Public Member Functions inherited from ICSharpCode.SharpZipLib.Core.ScanEventArgs | |
| ScanEventArgs (string name) | |
| Initialise a new instance of ScanEventArgs | |
Properties | |
| bool | HasMatchingFiles [get] |
| Get a value indicating if the directory contains any matching files or not. | |
| Properties inherited from ICSharpCode.SharpZipLib.Core.ScanEventArgs | |
| string | Name [get] |
| The file or directory name for this event. | |
| bool | ContinueRunning [get, set] |
| Get set a value indicating if scanning should continue or not. | |
Private Attributes | |
| bool | hasMatchingFiles_ |
Event arguments for directories.
| ICSharpCode.SharpZipLib.Core.DirectoryEventArgs.DirectoryEventArgs | ( | string | name, |
| bool | hasMatchingFiles ) |
Initialize an instance of DirectoryEventArgs.
| name | The name for this directory. |
| hasMatchingFiles | Flag value indicating if any matching files are contained in this directory. |
|
private |
|
get |
Get a value indicating if the directory contains any matching files or not.