GoXam for WPF v3
CanUndo Method (CommandHandler)
Northwoods.GoXam Namespace > CommandHandler Class : CanUndo Method
This overridable predicate controls whether or not the Undo command is executed.
Syntax
public virtual bool CanUndo()

Return Value

by default, this returns true if the diagram is not IsReadOnly, if AllowUndo is true, and if the diagram's model's Northwoods.GoXam.Model.UndoManager Northwoods.GoXam.Model.UndoManager.CanUndo predicate returns true.
See Also

Reference

CommandHandler Class
CommandHandler Members