







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..PaintLine Event |
FastColoredTextBox Class See Also Send Feedback |
It occurs when line background is painting
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public event EventHandler<PaintLineEventArgs> PaintLine |
Visual Basic |
---|
Public Event PaintLine As EventHandler(Of PaintLineEventArgs) |
Visual C++ |
---|
public: event EventHandler<PaintLineEventArgs^>^ PaintLine { void add (EventHandler<PaintLineEventArgs^>^ value); void remove (EventHandler<PaintLineEventArgs^>^ value); } |