LineRemovedEventArgs Constructor

Fast Colored Text Box

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

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

Syntax

C#
public LineRemovedEventArgs(
	int index,
	int count,
	List<int> removedLineIds
)
Visual Basic
Public Sub New ( _
	index As Integer, _
	count As Integer, _
	removedLineIds As List(Of Integer) _
)
Visual C++
public:
LineRemovedEventArgs(
	int index, 
	int count, 
	List<int>^ removedLineIds
)

Parameters

index
Type: System..::..Int32
count
Type: System..::..Int32
removedLineIds
Type: System.Collections.Generic..::..List<(Of <(<'Int32>)>)>

See Also