FastColoredTextBox.PaintLine Event

T3000 CrossPlatform

FastColoredTextBoxPaintLine Event

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

It occurs when line background is painting

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

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

AddHandler instance.PaintLine, handler

Value

Type: SystemEventHandlerPaintLineEventArgs
See Also