TextSource.LineInserted Event
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
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)
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