T3000 CrossPlatform Documentation
FileTextSourceLineNeeded Event |
[This is preliminary documentation and is subject to change.]
Occurs when need to display line in the textbox
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<LineNeededEventArgs> LineNeeded
Public Event LineNeeded As EventHandler(Of LineNeededEventArgs) Dim instance As FileTextSource Dim handler As EventHandler(Of LineNeededEventArgs) AddHandler instance.LineNeeded, handler
Value
Type: SystemEventHandlerLineNeededEventArgsSee Also