SelectCommand.OnTextChanged Method

T3000 CrossPlatform

SelectCommandOnTextChanged Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.SelectCommand.OnTextChanged(System.Boolean)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected override void OnTextChanged(
	bool invert
)
Protected Overrides Sub OnTextChanged ( 
	invert As Boolean
)

Dim invert As Boolean

Me.OnTextChanged(invert)

Parameters

invert
Type: SystemBoolean

[Missing <param name="invert"/> documentation for "M:FastColoredTextBoxNS.SelectCommand.OnTextChanged(System.Boolean)"]

See Also