LineRemovedEventArgs.RemovedLineUniqueIds Property

T3000 CrossPlatform

LineRemovedEventArgsRemovedLineUniqueIds Property

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

UniqueIds of removed lines

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public List<int> RemovedLineUniqueIds { get; }
Public ReadOnly Property RemovedLineUniqueIds As List(Of Integer)
	Get

Dim instance As LineRemovedEventArgs
Dim value As List(Of Integer)

value = instance.RemovedLineUniqueIds

Property Value

Type: ListInt32
See Also