This event is called directly after a change is applied to the document.
Declaration Syntax
C# | Visual Basic | Visual C++ |
event EventHandler<TextChangeEventArgs> TextChanged
Event TextChanged As EventHandler(Of TextChangeEventArgs)
event EventHandler<TextChangeEventArgs^>^ TextChanged { void add (EventHandler<TextChangeEventArgs^>^ value); void remove (EventHandler<TextChangeEventArgs^>^ value); }
Remarks
It is invalid to modify the document within this event handler.
Aborting the event handler (by throwing an exception) is likely to cause corruption of data structures
that listen to the Changing and Changed events.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238