FastColoredTextBox.LineRemoved Event

T3000 CrossPlatform

FastColoredTextBoxLineRemoved Event

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

Occurs when line was removed

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<LineRemovedEventArgs> LineRemoved
Public Event LineRemoved As EventHandler(Of LineRemovedEventArgs)

Dim instance As FastColoredTextBox
Dim handler As EventHandler(Of LineRemovedEventArgs)

AddHandler instance.LineRemoved, handler

Value

Type: SystemEventHandlerLineRemovedEventArgs
See Also