Show / Hide Table of Contents

Class ScanEventArgs

Event arguments for scanning.

Inheritance
System.Object
System.EventArgs
ScanEventArgs
DirectoryEventArgs
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 Source

ScanEventArgs(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 Source

ContinueRunning

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

Declaration
public bool ContinueRunning { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

The file or directory name for this event.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors