T3000 CrossPlatform Documentation
TextSourceOnTextChanging Method (String) |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.TextSource.OnTextChanging(System.String@)"]
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 TextSource Dim text As String instance.OnTextChanging(text)
Parameters
- text
- Type: SystemString
[Missing <param name="text"/> documentation for "M:FastColoredTextBoxNS.TextSource.OnTextChanging(System.String@)"]
See Also