LineRemovedEventArgs.Count Property

T3000 CrossPlatform

LineRemovedEventArgsCount Property

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

Count of removed lines

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

Dim instance As LineRemovedEventArgs
Dim value As Integer

value = instance.Count

Property Value

Type: Int32
See Also