T3000 CrossPlatform Documentation
FastColoredTextBoxTextChanged Event |
[This is preliminary documentation and is subject to change.]
TextChanged event.
It occurs after insert, delete, clear, undo and redo operations.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<TextChangedEventArgs> TextChanged
Public Event TextChanged As EventHandler(Of TextChangedEventArgs) Dim instance As FastColoredTextBox Dim handler As EventHandler(Of TextChangedEventArgs) AddHandler instance.TextChanged, handler
Value
Type: SystemEventHandlerTextChangedEventArgsSee Also