T3000 CrossPlatform Documentation
TextSourceTextChanged Event |
[This is preliminary documentation and is subject to change.]
Occurs when text was changed
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<TextSourceTextChangedEventArgs> TextChanged
Public Event TextChanged As EventHandler(Of TextSourceTextChangedEventArgs) Dim instance As TextSource Dim handler As EventHandler(Of TextSourceTextChangedEventArgs) AddHandler instance.TextChanged, handler
Value
Type: SystemEventHandlerTextSourceTextChangedEventArgsSee Also