UndoableCommand.OnTextChanged Method

T3000 CrossPlatform

UndoableCommandOnTextChanged Method

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

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

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

Dim invert As Boolean

Me.OnTextChanged(invert)

Parameters

invert
Type: SystemBoolean

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

See Also