Table of Contents

Class FileEndEventArgs

Namespace
Hi.Common.FileLines
Assembly
HiGeom.dll

Event arguments for when a file processing ends.

public class FileEndEventArgs : EventArgs
Inheritance
FileEndEventArgs
Inherited Members
Extension Methods

Constructors

FileEndEventArgs()

Initializes a new instance of the FileEndEventArgs class.

public FileEndEventArgs()

FileEndEventArgs(string)

Initializes a new instance of the FileEndEventArgs class with a specified file path.

public FileEndEventArgs(string file)

Parameters

file string

The file path that was processed.

Properties

File

Gets or sets the file path that was processed.

public string File { get; set; }

Property Value

string