FileTextSource.LinePushed Event

T3000 CrossPlatform

FileTextSourceLinePushed Event

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

Occurs when need to save line in the file

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

Dim instance As FileTextSource
Dim handler As EventHandler(Of LinePushedEventArgs)

AddHandler instance.LinePushed, handler

Value

Type: SystemEventHandlerLinePushedEventArgs
See Also