TextSource.OnTextChanged Method

T3000 CrossPlatform

TextSourceOnTextChanged Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.TextSource.OnTextChanged(System.Int32,System.Int32)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void OnTextChanged(
	int fromLine,
	int toLine
)
Public Overridable Sub OnTextChanged ( 
	fromLine As Integer,
	toLine As Integer
)

Dim instance As TextSource
Dim fromLine As Integer
Dim toLine As Integer

instance.OnTextChanged(fromLine, toLine)

Parameters

fromLine
Type: SystemInt32

[Missing <param name="fromLine"/> documentation for "M:FastColoredTextBoxNS.TextSource.OnTextChanged(System.Int32,System.Int32)"]

toLine
Type: SystemInt32

[Missing <param name="toLine"/> documentation for "M:FastColoredTextBoxNS.TextSource.OnTextChanged(System.Int32,System.Int32)"]

See Also