AvalonEdit
DocumentChanged Event
NamespacesICSharpCode.AvalonEdit.EditingTextAreaDocumentChanged
Occurs when the Document property changes (when the text editor is connected to another document - not when the document content changes).
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler DocumentChanged
Public Event DocumentChanged As EventHandler
public:
virtual  event EventHandler^ DocumentChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238