Table of Contents

Class LineBeginEventArgs

Namespace
Hi.Common.FileLines
Assembly
HiGeom.dll

Event arguments for when line processing begins.

public class LineBeginEventArgs : EventArgs
Inheritance
LineBeginEventArgs
Inherited Members
Extension Methods

Constructors

LineBeginEventArgs()

Initializes a new instance of the LineBeginEventArgs class.

public LineBeginEventArgs()

LineBeginEventArgs(IndexedFileLine)

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

public LineBeginEventArgs(IndexedFileLine fileLine)

Parameters

fileLine IndexedFileLine

The file line being processed.

Properties

FileLine

Gets or sets the file line being processed.

public IndexedFileLine FileLine { get; set; }

Property Value

IndexedFileLine