Table of Contents

Class LineEndEventArgs

Namespace
Hi.Common.FileLines
Assembly
HiGeom.dll

Event arguments for when line processing ends.

public class LineEndEventArgs : EventArgs
Inheritance
LineEndEventArgs
Inherited Members
Extension Methods

Constructors

LineEndEventArgs()

Initializes a new instance of the LineEndEventArgs class.

public LineEndEventArgs()

LineEndEventArgs(IndexedFileLine)

Initializes a new instance of the LineEndEventArgs class with a specified file line.

public LineEndEventArgs(IndexedFileLine fileLine)

Parameters

fileLine IndexedFileLine

The file line that was processed.

Properties

FileLine

Gets or sets the file line that was processed.

public IndexedFileLine FileLine { get; set; }

Property Value

IndexedFileLine