TextSource.LineInserted Event

T3000 CrossPlatform

TextSourceLineInserted Event

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

Occurs when line was inserted/added

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

Dim instance As TextSource
Dim handler As EventHandler(Of LineInsertedEventArgs)

AddHandler instance.LineInserted, handler

Value

Type: SystemEventHandlerLineInsertedEventArgs
See Also