FastColoredTextBox.OnTextChanged Method (Int32, Int32)

T3000 CrossPlatform

FastColoredTextBoxOnTextChanged Method (Int32, Int32)

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

Fires TextChanged event

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 FastColoredTextBox
Dim fromLine As Integer
Dim toLine As Integer

instance.OnTextChanged(fromLine, toLine)

Parameters

fromLine
Type: SystemInt32

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

toLine
Type: SystemInt32

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

See Also