T3000 CrossPlatform Documentation
FastColoredTextBoxOnTextChanged Method (TextChangedEventArgs) |
[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
protected virtual void OnTextChanged( TextChangedEventArgs args )
Protected Overridable Sub OnTextChanged ( args As TextChangedEventArgs ) Dim args As TextChangedEventArgs Me.OnTextChanged(args)
Parameters
- args
- Type: FastColoredTextBoxNSTextChangedEventArgs
[Missing <param name="args"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnTextChanged(FastColoredTextBoxNS.TextChangedEventArgs)"]
See Also