







|
| FastColoredTextBox |
| FastColoredTextBox..::..TextChanged Event |
| FastColoredTextBox Class See Also Send Feedback |
TextChanged event.
It occurs after insert, delete, clear, undo and redo operations.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
public event EventHandler<TextChangedEventArgs> TextChanged |
| Visual Basic |
|---|
Public Event TextChanged As EventHandler(Of TextChangedEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<TextChangedEventArgs^>^ TextChanged { void add (EventHandler<TextChangedEventArgs^>^ value); void remove (EventHandler<TextChangedEventArgs^>^ value); } |
