GoXam for WPF v3
CanUndo Method (UndoManager)
Northwoods.GoXam.Model Namespace > UndoManager Class : CanUndo Method
This predicate is true when one can call Undo.
Syntax
public virtual bool CanUndo()
Remarks
In order to be able to perform an undo, a transaction must not be in progress, nor an undo or a redo. Furthermore there must be an EditToUndo that itself is ready to be undone, because its IUndoableEdit.CanUndo predicate is true.
See Also

Reference

UndoManager Class
UndoManager Members
Undo Method