FastColoredTextBox |
FastColoredTextBox..::..LineRemoved Event |
FastColoredTextBox Class See Also Send Feedback |
Occurs when line was removed
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public event EventHandler<LineRemovedEventArgs> LineRemoved |
Visual Basic |
---|
Public Event LineRemoved As EventHandler(Of LineRemovedEventArgs) |
Visual C++ |
---|
public: event EventHandler<LineRemovedEventArgs^>^ LineRemoved { void add (EventHandler<LineRemovedEventArgs^>^ value); void remove (EventHandler<LineRemovedEventArgs^>^ value); } |