Class LineBeginEventArgs
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
fileLineIndexedFileLineThe file line being processed.
Properties
FileLine
Gets or sets the file line being processed.
public IndexedFileLine FileLine { get; set; }