







Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
public virtual void OnLineRemoved( int index, int count, List<int> removedLineIds ) |
| Visual Basic |
|---|
Public Overridable Sub OnLineRemoved ( _ index As Integer, _ count As Integer, _ removedLineIds As List(Of Integer) _ ) |
| Visual C++ |
|---|
public: virtual void OnLineRemoved( int index, int count, List<int>^ removedLineIds ) |
Parameters
- index
- Type: System..::..Int32
- count
- Type: System..::..Int32
- removedLineIds
- Type: System.Collections.Generic..::..List<(Of <(<'Int32>)>)>
