Class ScanEventArgs
Event arguments for scanning.
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 ScanEventArgs : EventArgs
Constructors
| Improve this Doc View SourceScanEventArgs(String)
Initialise a new instance of ScanEventArgs
Declaration
public ScanEventArgs(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The file or directory name. |
Properties
| Improve this Doc View SourceContinueRunning
Get set a value indicating if scanning should continue or not.
Declaration
public bool ContinueRunning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
The file or directory name for this event.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |