FastColoredTextBox.OnTextChanging Method (String)

T3000 CrossPlatform

FastColoredTextBoxOnTextChanging Method (String)

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

Fires TextChanging event

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void OnTextChanging(
	ref string text
)
Public Overridable Sub OnTextChanging ( 
	ByRef text As String
)

Dim instance As FastColoredTextBox
Dim text As String

instance.OnTextChanging(text)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnTextChanging(System.String@)"]

See Also