







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..TextChanging Event |
FastColoredTextBox Class See Also Send Feedback |
TextChanging event.
It occurs before 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<TextChangingEventArgs> TextChanging |
Visual Basic |
---|
Public Event TextChanging As EventHandler(Of TextChangingEventArgs) |
Visual C++ |
---|
public: event EventHandler<TextChangingEventArgs^>^ TextChanging { void add (EventHandler<TextChangingEventArgs^>^ value); void remove (EventHandler<TextChangingEventArgs^>^ value); } |