LineNeededEventArgs Constructor

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the LineNeededEventArgs class

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public LineNeededEventArgs(
	string sourceLineText,
	int displayedLineIndex
)
Visual Basic
Public Sub New ( _
	sourceLineText As String, _
	displayedLineIndex As Integer _
)
Visual C++
public:
LineNeededEventArgs(
	String^ sourceLineText, 
	int displayedLineIndex
)

Parameters

sourceLineText
Type: System..::..String
displayedLineIndex
Type: System..::..Int32

See Also