C# Class ICSharpCode.SharpZipLib.Core.ScanEventArgs

Event arguments for scanning.
Inheritance: System.EventArgs
Show file Open project: icsharpcode/SharpZipLib Class Usage Examples

Public Methods

Method Description
ScanEventArgs ( string name ) : System

Initialise a new instance of ScanEventArgs

Method Details

ScanEventArgs() public method

Initialise a new instance of ScanEventArgs
public ScanEventArgs ( string name ) : System
name string The file or directory name.
return System