FastColoredTextBox.OnTextChanged Method (Range)

T3000 CrossPlatform

FastColoredTextBoxOnTextChanged Method (Range)

[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(
	Range r
)
Public Overridable Sub OnTextChanged ( 
	r As Range
)

Dim instance As FastColoredTextBox
Dim r As Range

instance.OnTextChanged(r)

Parameters

r
Type: FastColoredTextBoxNSRange

[Missing <param name="r"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnTextChanged(FastColoredTextBoxNS.Range)"]

See Also