LineInsertedEventArgs Constructor

Fast Colored Text Box

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

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

Syntax

C#
public LineInsertedEventArgs(
	int index,
	int count
)
Visual Basic
Public Sub New ( _
	index As Integer, _
	count As Integer _
)
Visual C++
public:
LineInsertedEventArgs(
	int index, 
	int count
)

Parameters

index
Type: System..::..Int32
count
Type: System..::..Int32

See Also