Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Core.ScanEventArgs Class Reference

Event arguments for scanning. More...

Inheritance diagram for ICSharpCode.SharpZipLib.Core.ScanEventArgs:
Collaboration diagram for ICSharpCode.SharpZipLib.Core.ScanEventArgs:

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

Detailed Description

Event arguments for scanning.

Constructor & Destructor Documentation

◆ ScanEventArgs()

ICSharpCode.SharpZipLib.Core.ScanEventArgs.ScanEventArgs ( string name)

Initialise a new instance of ScanEventArgs

Parameters
nameThe file or directory name.

Member Data Documentation

◆ continueRunning_

bool ICSharpCode.SharpZipLib.Core.ScanEventArgs.continueRunning_ = true
private

◆ name_

string ICSharpCode.SharpZipLib.Core.ScanEventArgs.name_
private

Property Documentation

◆ ContinueRunning

bool ICSharpCode.SharpZipLib.Core.ScanEventArgs.ContinueRunning
getset

Get set a value indicating if scanning should continue or not.

◆ Name

string ICSharpCode.SharpZipLib.Core.ScanEventArgs.Name
get

The file or directory name for this event.


The documentation for this class was generated from the following file: