AvalonEdit
UndoStack Property
NamespacesICSharpCode.AvalonEdit.DocumentTextDocumentUndoStack
Gets the UndoStack of the document.
Declaration Syntax
C#Visual BasicVisual C++
public UndoStack UndoStack { get; set; }
Public Property UndoStack As UndoStack
	Get
	Set
public:
property UndoStack^ UndoStack {
	UndoStack^ get ();
	void set (UndoStack^ value);
}
Remarks
This property can also be used to set the undo stack, e.g. for sharing a common undo stack between multiple documents.

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