LineRemovedEventArgs Constructor

T3000 CrossPlatform

LineRemovedEventArgs Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the LineRemovedEventArgs class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public LineRemovedEventArgs(
	int index,
	int count,
	List<int> removedLineIds
)
Public Sub New ( 
	index As Integer,
	count As Integer,
	removedLineIds As List(Of Integer)
)

Dim index As Integer
Dim count As Integer
Dim removedLineIds As List(Of Integer)

Dim instance As New LineRemovedEventArgs(index, count, 
	removedLineIds)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:FastColoredTextBoxNS.LineRemovedEventArgs.#ctor(System.Int32,System.Int32,System.Collections.Generic.List{System.Int32})"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:FastColoredTextBoxNS.LineRemovedEventArgs.#ctor(System.Int32,System.Int32,System.Collections.Generic.List{System.Int32})"]

removedLineIds
Type: System.Collections.GenericListInt32

[Missing <param name="removedLineIds"/> documentation for "M:FastColoredTextBoxNS.LineRemovedEventArgs.#ctor(System.Int32,System.Int32,System.Collections.Generic.List{System.Int32})"]

See Also