AvalonEdit
CanUndo Property
NamespacesICSharpCode.AvalonEdit.DocumentUndoStackCanUndo
Gets if there are actions on the undo stack. Use the PropertyChanged event to listen to changes of this property.
Declaration Syntax
C#Visual BasicVisual C++
public bool CanUndo { get; }
Public ReadOnly Property CanUndo As Boolean
	Get
public:
property bool CanUndo {
	bool get ();
}

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