LineRemovedEventArgs.Index Property

T3000 CrossPlatform

LineRemovedEventArgsIndex Property

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

Removed line index

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

Dim instance As LineRemovedEventArgs
Dim value As Integer

value = instance.Index

Property Value

Type: Int32
See Also