|
Fingerprint_Card
|
Event arguments for scanning. More...


Public Member Functions | |
| ScanEventArgs (string name) | |
| Initialise a new instance of ScanEventArgs | |
Properties | |
| 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 | |
| string | name_ |
| bool | continueRunning_ = true |
Event arguments for scanning.
| ICSharpCode.SharpZipLib.Core.ScanEventArgs.ScanEventArgs | ( | string | name | ) |
Initialise a new instance of ScanEventArgs
| name | The file or directory name. |
|
private |
|
private |
|
getset |
Get set a value indicating if scanning should continue or not.
|
get |
The file or directory name for this event.